Click or drag to resize

LinkarClient Class

Linkar Framework for .NET and Core


These functions perform synchronous and asynchronous persistent (establishing permanent session) operations with output format type MV.
Inheritance Hierarchy
SystemObject
  Linkar.Functions.Persistent.MVLinkarClient

Namespace: Linkar.Functions.Persistent.MV
Assembly: Linkar.Functions.Persistent.MV (in Linkar.Functions.Persistent.MV.dll) Version: 2.3.1
Syntax
public class LinkarClient

The LinkarClient type exposes the following members.

Constructors
 NameDescription
Public methodLinkarClient Initializes a new instance of the LinkarClient class.
Top
Properties
 NameDescription
Public propertySessionID SessionID of the connection.
Top
Methods
 NameDescription
Public methodCode exampleConversion Returns the result of executing ICONV() or OCONV() functions from a expression list in the Database, synchronously only, with MV output format.
Public methodCode exampleConversionAsync Returns the result of executing ICONV() or OCONV() functions from a expression list in the Database, in a asynchronous way with MV output format.
Public methodCode exampleDelete Deletes one or several records in file, synchronously only, with MV input and output format.
Public methodCode exampleDeleteAsync Deletes one or several records in file, in a asynchronous way with MV input and output format.
Public methodCode exampleDictionaries Returns all the dictionaries of a file, synchronously only, with MV output format.
Public methodCode exampleDictionariesAsync Returns all the dictionaries of a file, in a asynchronous way with MV output format.
Public methodEquals
(Inherited from Object)
Public methodCode exampleExecute Allows the execution of any command from the Database, synchronously only, with MV output format.
Public methodCode exampleExecuteAsync Allows the execution of any command from the Database in a asynchronous way with MV output format.
Protected methodFinalize
(Inherited from Object)
Public methodCode exampleFormat Returns the result of executing the FMT function in a expressions list in the Database, synchronously only, with MV output format.
Public methodCode exampleFormatAsync Returns the result of executing the FMT function in a expressions list in the Database, in a asynchronous way with MV output format.
Public methodGetHashCode
(Inherited from Object)
Public methodGetLocalVersion 
Public methodGetType
(Inherited from Object)
Public methodCode exampleGetVersion Allows getting the server version, synchronously only, with MV output format.
Public methodCode exampleGetVersionAsync Allows getting the server version, in a asynchronous way with MV output format.
Public methodCode exampleLkProperties Returns the Schema properties list defined in Linkar Schemas or the file dictionaries, synchronously only, with MV output format.
Public methodCode exampleLkPropertiesAsync Returns the Schema properties list defined in Linkar Schemas or the file dictionaries, in a asynchronous way with MV output format.
Public methodCode exampleLkSchemas Returns a list of all the Schemas defined in Linkar Schemas, or the EntryPoint account data files, synchronously only, with MV output format.
Public methodCode exampleLkSchemasAsync 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.
Public methodLogin 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.
Public methodLoginAsync 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.
Public methodLogout Closes the communication with the server, that previously has been opened with a Login function, synchronously only.
Public methodLogoutAsync Closes the communication with the server, that previously has been opened with a Login function, in a asynchronous way.
Protected methodMemberwiseClone
(Inherited from Object)
Public methodCode exampleNew Creates one or several records of a file, synchronously only, with MV input and output format.
Public methodCode exampleNewAsync Creates one or several records of a file, in a asynchronous way with MV input and output format.
Public methodCode exampleRead Reads one or several records of a file, synchronously only, with MV input and output format.
Public methodCode exampleReadAsync Reads one or several records of a file in asynchronous way with MV input and output format.
Public methodCode exampleResetCommonBlocks Resets the COMMON variables with the 100 most used files, synchronously only, with MV output format.
Public methodCode exampleResetCommonBlocksAsync Resets the COMMON variables with the 100 most used files in a asynchronous way with MV output format.
Public methodCode exampleSelect Executes a Query in the Database, synchronously only, with MV output format.
Public methodCode exampleSelectAsync Executes a Query in the Database, in a asynchronous way with MV output format.
Public methodCode exampleSubroutine Executes a subroutine, synchronously only, with MV input and output format.
Public methodCode exampleSubroutineAsync Executes a subroutine, in a asynchronous way with MV input and output format.
Public methodToString
(Inherited from Object)
Public methodCode exampleUpdate Update one or several records of a file, synchronously only, with MV input and output format.
Public methodCode exampleUpdateAsync Update one or several records of a file, in a asynchronous way with MV input and output format.
Public methodCode exampleUpdatePartial Update one or more attributes of one or more file records, synchronously only, with MV input and output format.
Public methodCode exampleUpdatePartialAsync Update one or more attributes of one or more file records, in a asynchronous way with MV input and output format.
Top
See Also