|  | DataFunctions Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: LinkarClient
 Syntax
SyntaxThe DataFunctions type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|   | GetArgumentsFromLkString | Text Function that extracts the subroutine arguments, separated by the separator character (20), of an operation resultant string. | 
|   | GetCapturingFromLkString | Text Function that extracts the CAPTURING value of an operation resultant string. | 
|   | GetConversionFromLkString | Function that extracts the conversion value of an operation resultant string. | 
|   | GetDictClauseForLkString | Text Function that creates the dictionaries string of lkString records based on a dictionaries list. Uses the separator character "blank space" (32). | 
|   | GetDictionariesFromLkString | Text Function that extracts all the file dictionaries of an operation resultant string. | 
|   | GetDictionaryIdsFromLkString | 
          Text Functions that extracts the codes from all the file dictionaries of an operation resultant string.
         | 
|   | GetErrorsFromLkString | Text Function that extracts the errors from an operation resultant string. | 
|   | GetExpressionsForLkString | Text Functions that creates the expressions string of lkString based on an expressions list. Uses the separator character MV(253). | 
|   | GetFormatFromLkString | Text Function that extracts the format value of an operation resultant string. | 
|   | GetLstArgsForLkString | Text Function that creates the arguments string of lkString based on an arguments list. Uses the separator character DC4 (20). | 
|   | GetOriginalRecordsFromLkString | Text Function that extracts the copies from the original records of an operation resultant string. | 
|   | GetRecordIdsForLkString | Text Function that creates the codes string of lkString records based on a codes list. Uses the separator character RS(30) | 
|   | GetRecordIdsFromLkString | Text Function that extracts the codes from an operation resultant string. | 
|   | GetRecordsCalculatedDictionariesFromLkString | Text Function that extracts the dictionaries from the records of an operation resultant string. | 
|   | GetRecordsCalculatedFromLkString | Text Function that extracts the records calculated fields from an operation resultant string | 
|   | GetRecordsDictionariesFromLkString | 
          Text Function that extracts the record's dictionaries from an operation resultant string.
         | 
|   | GetRecordsForLkString | Text Function that creates the records string of lkString records based on a records list. Uses the separator character RS (30). | 
|   | GetRecordsFromLkString | Text Function that extracts the records from an operation resultant string. | 
|   | GetRecordsIdDictsFromLkString | Text Function that extracts the ID dictionaries from an operation resultant string. | 
|   | GetReturningFromLkString | Text Function that extracts the RETURNING value of an operation resultant string. | 
|   | GetTotalRecordsFromLkString | Text Function that extracts the total number of records from an operation resultant string. | 
 See Also
See Also