Click or drag to resize

Functions Methods

Linkar Framework for .NET and Core


The Functions type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCode exampleConversion Returns the result of executing ICONV() or OCONV() functions from a expression list in the Database, synchronously only, with XML output format.
Public methodStatic memberCode exampleConversionAsync Returns the result of executing ICONV() or OCONV() functions from a expression list in the Database, in a asynchronous way with XML output format.
Public methodStatic memberCode exampleDelete Deletes one or several records in file, synchronously only, with XML input and output format.
Public methodStatic memberCode exampleDeleteAsync Deletes one or several records in file, in a asynchronous way with XML output format.
Public methodStatic memberCode exampleDictionaries Returns all the dictionaries of a file, synchronously only, with XML output format.
Public methodStatic memberCode exampleDictionariesAsync Returns all the dictionaries of a file, in a asynchronous way with XML output format.
Public methodStatic memberCode exampleExecute Allows the execution of any command from the Database, synchronously only, with XML output format.
Public methodStatic memberCode exampleExecuteAsync Allows the execution of any command from the Database in a asynchronous way with XML output format.
Public methodStatic memberCode exampleFormat Returns the result of executing the FMT function in a expressions list in the Database, synchronously only, with XML output format.
Public methodStatic memberCode exampleFormatAsync Returns the result of executing the FMT function in a expressions list in the Database, in a asynchronous way with XML output format.
Public methodStatic memberCode exampleGetVersion Allows getting the server version, synchronously only, with XML output format.
Public methodStatic memberCode exampleGetVersionAsync Allows getting the server version, in a asynchronous way with XML output format.
Public methodStatic memberCode exampleLkProperties Returns the Schema properties list defined in Linkar Schemas or the file dictionaries, synchronously only, with XML output format.
Public methodStatic memberCode exampleLkPropertiesAsync Returns the Schema properties list defined in Linkar Schemas or the file dictionaries, in a asynchronous way with XML output format.
Public methodStatic memberCode exampleLkSchemas Returns a list of all the Schemas defined in Linkar Schemas, or the EntryPoint account data files, synchronously only, with XML output format.
Public methodStatic memberCode exampleLkSchemasAsync Returns a list of all the Schemas defined in Linkar Schemas, or the EntryPoint account data files, in a asynchronous way with XML output format.
Public methodStatic memberCode exampleNew Creates one or several records of a file, synchronously only, with XML input and output format.
Public methodStatic memberCode exampleNewAsync Creates one or several records of a file, in a asynchronous way with XML input and output format.
Public methodStatic memberRead 
Public methodStatic memberCode exampleReadAsync Reads one or several records of a file in a asynchronous way with XML output format.
Public methodStatic memberCode exampleResetCommonBlocks Resets the COMMON variables with the 100 most used files, synchronously only, with XML output format.
Public methodStatic memberCode exampleResetCommonBlocksAsync Resets the COMMON variables with the 100 most used files in a asynchronous way with XML output format.
Public methodStatic memberCode exampleSelect Executes a Query in the Database, synchronously only, with XML output format.
Public methodStatic memberCode exampleSelectAsync Executes a Query in the Database, in a asynchronous way with XML output format.
Public methodStatic memberCode exampleSubroutine Executes a subroutine, synchronously only, with XML input and output format.
Public methodStatic memberCode exampleSubroutineAsync Executes a subroutine, in a asynchronous way with XML output format.
Public methodStatic memberCode exampleUpdate Update one or several records of a file, synchronously only, with XML input and output format.
Public methodStatic memberCode exampleUpdateAsync Update one or several records of a file, in a asynchronous way with XML input and output format.
Public methodStatic memberCode exampleUpdatePartial Update one or more attributes of one or more file records, synchronously only, with XML input and output format.
Public methodStatic memberCode exampleUpdatePartialAsync Update one or more attributes of one or more file records, in a asynchronous way with XML input and output format.
Top
See Also