| OperationArguments Class |
Linkar Framework .NET (Core and Framework)
Auxiliary static class with functions to obtain the 3 items of every LinkarSERVER operation.
These items are: CUSTOMVARS, OPTIONS and INPUTDATA.
Unit Separator character (31) is used as separator between these items.
CUSTOMVARS: String for database custom subroutines.
OPTIONS: The options of every operation.
INPUTDATA: The necessary data for perform every operation.
CUSTOMVARS US_char OPTIONS US_char INPUTDATA
Inheritance Hierarchy Namespace: Linkar.FunctionsAssembly: Linkar.Functions (in Linkar.Functions.dll) Version: 2.3.1
Syntax public static class OperationArguments
Public NotInheritable Class OperationArguments
public ref class OperationArguments abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type OperationArguments = class end
The OperationArguments type exposes the following members.
Methods | Name | Description |
---|
| GetConversionArgs |
Compose the 3 items (CUSTOMVARS, OPTIONS and INPUTDATA) of the Conversion operation.
|
| GetDeleteArgs |
Compose the 3 items (CUSTOMVARS, OPTIONS and INPUTDATA) of the Delete operation.
|
| GetDictionariesArgs |
Compose the 3 items (CUSTOMVARS, OPTIONS and INPUTDATA) of the Dictionaries operation.
|
| GetExecuteArgs |
Compose the 3 items (CUSTOMVARS, OPTIONS and INPUTDATA) of the Execute operation.
|
| GetFormatArgs |
Compose the 3 items (CUSTOMVARS, OPTIONS and INPUTDATA) of the Format operation.
|
| GetGetTableArgs |
Compose the 3 items (CUSTOMVARS, OPTIONS and INPUTDATA) of the GetTable operation.
|
| GetLkPropertiesArgs |
Compose the 3 items (CUSTOMVARS, OPTIONS and INPUTDATA) of the LkProperties operation.
|
| GetLkSchemasArgs |
Compose the 3 items (CUSTOMVARS, OPTIONS and INPUTDATA) of the LkSchemas operation.
|
| GetNewArgs |
Compose the 3 items (CUSTOMVARS, OPTIONS and INPUTDATA) of the New operation.
|
| GetReadArgs |
Compose the 3 items (CUSTOMVARS, OPTIONS and INPUTDATA) of the Read operation.
|
| GetResetCommonBlocksArgs |
Compose the 3 items (CUSTOMVARS, OPTIONS and INPUTDATA) of the ResetCommonBlocks operation.
|
| GetSelectArgs |
Compose the 3 items (CUSTOMVARS, OPTIONS and INPUTDATA) of the Select operation.
|
| GetSubroutineArgs |
Compose the 3 items (CUSTOMVARS, OPTIONS and INPUTDATA) of the Subroutine operation.
|
| GetUpdateArgs |
Compose the 3 items ( CUSTOMVARS, OPTIONS and INPUTDATA) of the Update operation.
|
| GetUpdatePartialArgs |
Compose the 3 items ( CUSTOMVARS, OPTIONS and INPUTDATA) of the UpdatePartial operation.
|
| GetVersionArgs |
Compose the 3 items (CUSTOMVARS, OPTIONS and INPUTDATA) of the Version operation.
|
TopSee Also