Linkar |
The LinkarClient type exposes the following members.
| Name | Description | |
|---|---|---|
| LinkarClient | Initializes a new instance of the LinkarClient class. |
| Name | Description | |
|---|---|---|
| Conversion | Returns the result of executing ICONV() or OCONV() functions from a expression list in the Database, synchronously only. | |
| Delete | Deletes one or several records in file, synchronously only | |
| Dictionaries | Returns all the dictionaries of a file, synchronously only. | |
| Equals | (Inherited from Object) | |
| Execute | Allows the execution of any command from the Database synchronously only. | |
| Finalize | (Inherited from Object) | |
| Format | Returns the result of executing the FMT function in a expressions list in the Database, synchronously only. | |
| GetHashCode | (Inherited from Object) | |
| GetLocalVersion | Allows getting the client version. | |
| GetTable | Returns a query result in a table format, synchronously only. | |
| GetType | (Inherited from Object) | |
| GetVersion | Allows getting the server version, synchronously only. | |
| LkProperties | Returns the Schema properties list defined in Linkar Schemas or the file dictionaries, synchronously only. | |
| LkSchemas | Returns a list of all the Schemas defined in Linkar Schemas, or the EntryPoint account data files, synchronously only. | |
| Login | Starts the communication with a server allowing making use of the rest of functions until the Logout method is executed or the connection with the server gets lost, synchronously only. | |
| Logout | Closes the communication with the server, that previously has been opened with a Login function, synchronously only. | |
| MemberwiseClone | (Inherited from Object) | |
| New | Creates one or several records of a file, synchronously only. | |
| Read | Reads one or several records of a file in synchronous way. | |
| ResetCommonBlocks | Resets the COMMON variables with the 100 most used files in a asynchronous way. | |
| Select | Executes a Query in the Database, synchronously only. | |
| Subroutine | Executes a subroutine, synchronously only. | |
| ToString | (Inherited from Object) | |
| Update | Update one or several records of a file, synchronously only. | |
| UpdatePartial | Update one or more attributes of one or more file records, synchronously only. |