Click or drag to resize

LinkarClient Class

Linkar Framework for .NET and Core


These functions perform synchronous persistent (establishing permanent session) operations with any kind of output format type.
Inheritance Hierarchy
SystemObject
  Linkar.Functions.PersistentLinkarClient

Namespace: Linkar.Functions.Persistent
Assembly: Linkar.Functions.Persistent (in Linkar.Functions.Persistent.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 methodConversion Returns the result of executing ICONV() or OCONV() functions from a expression list in the Database, synchronously only.
Public methodDelete Deletes one or several records in file, synchronously only
Public methodDictionaries Returns all the dictionaries of a file, synchronously only.
Public methodEquals
(Inherited from Object)
Public methodExecute Allows the execution of any command from the Database synchronously only.
Protected methodFinalize
(Inherited from Object)
Public methodFormat Returns the result of executing the FMT function in a expressions list in the Database, synchronously only.
Public methodGetHashCode
(Inherited from Object)
Public methodGetLocalVersion Allows getting the client version.
Public methodGetTable Returns a query result in a table format, synchronously only.
Public methodGetType
(Inherited from Object)
Public methodGetVersion Allows getting the server version, synchronously only.
Public methodLkProperties Returns the Schema properties list defined in Linkar Schemas or the file dictionaries, synchronously only.
Public methodLkSchemas Returns a list of all the Schemas defined in Linkar Schemas, or the EntryPoint account data files, synchronously only.
Public methodLogin 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.
Public methodLogout Closes the communication with the server, that previously has been opened with a Login function, synchronously only.
Protected methodMemberwiseClone
(Inherited from Object)
Public methodNew Creates one or several records of a file, synchronously only.
Public methodRead Reads one or several records of a file in synchronous way.
Public methodResetCommonBlocks Resets the COMMON variables with the 100 most used files in a asynchronous way.
Public methodSelect Executes a Query in the Database, synchronously only.
Public methodSubroutine Executes a subroutine, synchronously only.
Public methodToString
(Inherited from Object)
Public methodUpdate Update one or several records of a file, synchronously only.
Public methodUpdatePartial Update one or more attributes of one or more file records, synchronously only.
Top
See Also