Linkar |
The LinkarClient type exposes the following members.
| Name | Description | |
|---|---|---|
| Conversion | Returns the result of executing ICONV() or OCONV() functions from a expression list in the Database, synchronously only, with MV output format. | |
| ConversionAsync | Returns the result of executing ICONV() or OCONV() functions from a expression list in the Database, in a asynchronous way with MV output format. | |
| Delete | Deletes one or several records in file, synchronously only, with MV input and output format. | |
| DeleteAsync | Deletes one or several records in file, in a asynchronous way with MV input and output format. | |
| Dictionaries | Returns all the dictionaries of a file, synchronously only, with MV output format. | |
| DictionariesAsync | Returns all the dictionaries of a file, in a asynchronous way with MV output format. | |
| Equals | (Inherited from Object) | |
| Execute | Allows the execution of any command from the Database, synchronously only, with MV output format. | |
| ExecuteAsync | Allows the execution of any command from the Database in a asynchronous way with MV output format. | |
| Finalize | (Inherited from Object) | |
| Format | Returns the result of executing the FMT function in a expressions list in the Database, synchronously only, with MV output format. | |
| FormatAsync | Returns the result of executing the FMT function in a expressions list in the Database, in a asynchronous way with MV output format. | |
| GetHashCode | (Inherited from Object) | |
| GetLocalVersion | ||
| GetType | (Inherited from Object) | |
| GetVersion | Allows getting the server version, synchronously only, with MV output format. | |
| GetVersionAsync | Allows getting the server version, in a asynchronous way with MV output format. | |
| LkProperties | Returns the Schema properties list defined in Linkar Schemas or the file dictionaries, synchronously only, with MV output format. | |
| LkPropertiesAsync | Returns the Schema properties list defined in Linkar Schemas or the file dictionaries, in a asynchronous way with MV output format. | |
| LkSchemas | Returns a list of all the Schemas defined in Linkar Schemas, or the EntryPoint account data files, synchronously only, with MV output format. | |
| LkSchemasAsync | Returns a list of all the Schemas defined in Linkar Schemas, or the EntryPoint account data files, in a asynchronous way with MV output format. | |
| Login | Starts the communication with a server allowing making use of the rest of functions until the Close method is executed or the connection with the server gets lost, synchronously only. | |
| LoginAsync | Starts the communication with a server allowing making use of the rest of functions until the Close method is executed or the connection with the server gets lost, in a asynchronous way. | |
| Logout | Closes the communication with the server, that previously has been opened with a Login function, synchronously only. | |
| LogoutAsync | Closes the communication with the server, that previously has been opened with a Login function, in a asynchronous way. | |
| MemberwiseClone | (Inherited from Object) | |
| New | Creates one or several records of a file, synchronously only, with MV input and output format. | |
| NewAsync | Creates one or several records of a file, in a asynchronous way with MV input and output format. | |
| Read | Reads one or several records of a file, synchronously only, with MV input and output format. | |
| ReadAsync | Reads one or several records of a file in asynchronous way with MV input and output format. | |
| ResetCommonBlocks | Resets the COMMON variables with the 100 most used files, synchronously only, with MV output format. | |
| ResetCommonBlocksAsync | Resets the COMMON variables with the 100 most used files in a asynchronous way with MV output format. | |
| Select | Executes a Query in the Database, synchronously only, with MV output format. | |
| SelectAsync | Executes a Query in the Database, in a asynchronous way with MV output format. | |
| Subroutine | Executes a subroutine, synchronously only, with MV input and output format. | |
| SubroutineAsync | Executes a subroutine, in a asynchronous way with MV input and output format. | |
| ToString | (Inherited from Object) | |
| Update | Update one or several records of a file, synchronously only, with MV input and output format. | |
| UpdateAsync | Update one or several records of a file, in a asynchronous way with MV input and output format. | |
| UpdatePartial | Update one or more attributes of one or more file records, synchronously only, with MV input and output format. | |
| UpdatePartialAsync | Update one or more attributes of one or more file records, in a asynchronous way with MV input and output format. |