Please enable JavaScript to view this site.

Contains the results of a function call when using the MV return type.

 

Example for usage: LkData result = myLinkarCltInstance.Read(...);

 

OutputDataElements

 

Dictionary<string, string>

Map<String,String>

 

 

key-value list that allows a selection to be recovered from the original string, based on its key. The keys are given as constants

OutputData

 

string

 

the original string resulting from the operation

InputData2

 

string

 

input text of several functions

InputData3

 

string

 

secondary input text of several functions

ThisList

 

string

 

headers list included in the answer

OutputElementsCount

 

Numeric

 

number of elements affected by the operation

SessionId

 

string

 

Session code

TotalRecords

 

Numeric

 

number of elements affected by the operation

RecordIds

 

string

 

the codes affected by the operation

Records

 

string

 

the output records of the operation

Calculated

 

string

 

the calculated fields of the operation records

RecordDicts

 

string

 

the dictionaries of the operation records

RecordIdDicts

 

string

 

dictionary definition IDs which refer to item keys. Commonly @ID, KEY, ORDER.ID, etc.

CalculatedDicts

 

string

 

calculated dictionary definition items use correlatives to modify the result of a field. These are returned separately from direct attribute definitions in the 'Dictionaries' field.

DictionariesId

 

string

 

dictionary definition IDs corresponding to 'Dictionaries' items

Dictionaries

 

string

 

dictionary definitions, both explicitly requested and implicitly returned by some operations. These represent actual fields/attributes and do not include Calculated definitions.

Arguments

 

string

 

the arguments of the operation

OriginalRecords

 

string

 

a copy of the original records involved in an operation, often used for optimistic locking and "has changed" notifications

Format

 

string

 

the resultant format of the operation

Conversion

 

string

 

the result of a conversion operation

Capturing

 

string

 

output captured from a command on the database
Equivalent to: EXECUTE "cmd" CAPTURING Capturing

Returning

 

string

 

list information returned from a database query

Errors

string

 

the error returned from a command on the Database
Equivalent to: EXECUTE "cmd" RETURNING Errors

 

LkError

string

 

the system error returned (only for COM assembly that does not work with exceptions)

 

 

       Constructors
       Functions
       Constants