| OperationArgumentsGetLkSchemasArgs Method |
Linkar Framework .NET (Core and Framework)
Compose the 3 items (CUSTOMVARS, OPTIONS and INPUTDATA) of the LkSchemas operation.
Namespace: Linkar.FunctionsAssembly: Linkar.Functions (in Linkar.Functions.dll) Version: 2.3.1
Syntax public static string GetLkSchemasArgs(
LkSchemasOptions lkSchemasOptions,
string customVars
)
Public Shared Function GetLkSchemasArgs (
lkSchemasOptions As LkSchemasOptions,
customVars As String
) As String
public:
static String^ GetLkSchemasArgs(
LkSchemasOptions^ lkSchemasOptions,
String^ customVars
)
static member GetLkSchemasArgs :
lkSchemasOptions : LkSchemasOptions *
customVars : string -> string
Parameters
- lkSchemasOptions LkSchemasOptions
- This object defines the different options in base of the asked Schema Type: LKSCHEMAS, SQLMODE o DICTIONARIES.
- 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