Click or drag to resize

OperationArguments Class

Linkar Framework for .NET and Core


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
SystemObject
  Linkar.FunctionsOperationArguments

Namespace: Linkar.Functions
Assembly: Linkar.Functions (in Linkar.Functions.dll) Version: 2.3.1
Syntax
public static class OperationArguments

The OperationArguments type exposes the following members.

Methods
 NameDescription
Public methodStatic memberGetConversionArgs Compose the 3 items (CUSTOMVARS, OPTIONS and INPUTDATA) of the Conversion operation.
Public methodStatic memberGetDeleteArgs Compose the 3 items (CUSTOMVARS, OPTIONS and INPUTDATA) of the Delete operation.
Public methodStatic memberGetDictionariesArgs Compose the 3 items (CUSTOMVARS, OPTIONS and INPUTDATA) of the Dictionaries operation.
Public methodStatic memberGetExecuteArgs Compose the 3 items (CUSTOMVARS, OPTIONS and INPUTDATA) of the Execute operation.
Public methodStatic memberGetFormatArgs Compose the 3 items (CUSTOMVARS, OPTIONS and INPUTDATA) of the Format operation.
Public methodStatic memberGetGetTableArgs Compose the 3 items (CUSTOMVARS, OPTIONS and INPUTDATA) of the GetTable operation.
Public methodStatic memberGetLkPropertiesArgs Compose the 3 items (CUSTOMVARS, OPTIONS and INPUTDATA) of the LkProperties operation.
Public methodStatic memberGetLkSchemasArgs Compose the 3 items (CUSTOMVARS, OPTIONS and INPUTDATA) of the LkSchemas operation.
Public methodStatic memberGetNewArgs Compose the 3 items (CUSTOMVARS, OPTIONS and INPUTDATA) of the New operation.
Public methodStatic memberGetReadArgs Compose the 3 items (CUSTOMVARS, OPTIONS and INPUTDATA) of the Read operation.
Public methodStatic memberGetResetCommonBlocksArgs Compose the 3 items (CUSTOMVARS, OPTIONS and INPUTDATA) of the ResetCommonBlocks operation.
Public methodStatic memberGetSelectArgs Compose the 3 items (CUSTOMVARS, OPTIONS and INPUTDATA) of the Select operation.
Public methodStatic memberGetSubroutineArgs Compose the 3 items (CUSTOMVARS, OPTIONS and INPUTDATA) of the Subroutine operation.
Public methodStatic memberGetUpdateArgs Compose the 3 items ( CUSTOMVARS, OPTIONS and INPUTDATA) of the Update operation.
Public methodStatic memberGetUpdatePartialArgs Compose the 3 items ( CUSTOMVARS, OPTIONS and INPUTDATA) of the UpdatePartial operation.
Public methodStatic memberGetVersionArgs Compose the 3 items (CUSTOMVARS, OPTIONS and INPUTDATA) of the Version operation.
Top
See Also