  | OperationArgumentsGetExecuteArgs Method | 
Linkar Framework for .NET and Core
            Compose the 3 items (CUSTOMVARS, OPTIONS and INPUTDATA) of the Execute operation.
            
Namespace: Linkar.FunctionsAssembly: Linkar.Functions (in Linkar.Functions.dll) Version: 2.3.1
Syntaxpublic static string GetExecuteArgs(
	string statement,
	string customVars
)
Public Shared Function GetExecuteArgs ( 
	statement As String,
	customVars As String
) As String
public:
static String^ GetExecuteArgs(
	String^ statement, 
	String^ customVars
)
static member GetExecuteArgs : 
        statement : string * 
        customVars : string -> string Parameters
- statement  String
 - The command you want to execute in the Database.
 - customVars  String
 - Free text sent to the database allows management of additional behaviours in SUB.LK.MAIN.CONTROL.CUSTOM, which is called when this parameter is set.
 
Return Value
StringA string ready to be used in Linkar.ExecuteDirectOperation and Linkar.ExecutePersistentOperation.
See Also