Click or drag to resize

Functions Class

Linkar Framework for .NET and Core


These functions perform synchronous and asynchronous direct (without establishing permanent session) operations with output format type MV.
Inheritance Hierarchy
SystemObject
  Linkar.Functions.Direct.MVFunctions

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

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 MV 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 MV output format.
Public methodStatic memberCode exampleDelete Deletes one or several records in file, synchronously only, with MV input and output format.
Public methodStatic memberCode exampleDeleteAsync Deletes one or several records in file, in a asynchronous way with MV input and output format.
Public methodStatic memberCode exampleDictionaries Returns all the dictionaries of a file, synchronously only, with MV output format.
Public methodStatic memberCode exampleDictionariesAsync Returns all the dictionaries of a file, in a asynchronous way with MV output format.
Public methodStatic memberCode exampleExecute Allows the execution of any command from the Database, synchronously only, with MV output format.
Public methodStatic memberCode exampleExecuteAsync Allows the execution of any command from the Database in a asynchronous way with MV output format.
Public methodStatic memberCode exampleFormat Returns the result of executing the FMT function in a expressions list in the Database, synchronously only, with MV 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 MV output format.
Public methodStatic memberGetLocalVersion Allows getting the client version.
Public methodStatic memberCode exampleGetVersion Allows getting the server version, synchronously only, with MV output format.
Public methodStatic memberCode exampleGetVersionAsync Allows getting the server version, in a asynchronous way with MV output format.
Public methodStatic memberCode exampleLkProperties Returns the Schema properties list defined in Linkar Schemas or the file dictionaries, synchronously only, with MV output format.
Public methodStatic memberCode exampleLkPropertiesAsync Returns the Schema properties list defined in Linkar Schemas or the file dictionaries, in a asynchronous way with MV output format.
Public methodStatic memberCode exampleLkSchemaAsync 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 methodStatic memberCode 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 methodStatic memberCode exampleNew Creates one or several records of a file, synchronously only, with MV input and output format.
Public methodStatic memberCode exampleNewAsync Creates one or several records of a file, in a asynchronous way with MV input and output format.
Public methodStatic memberCode exampleRead Reads one or several records of a file, synchronously only, with MV input and output format.
Public methodStatic memberCode exampleReadAsync Reads one or several records of a file in asynchronous way with MV input and output format.
Public methodStatic memberCode exampleResetCommonBlocks Resets the COMMON variables with the 100 most used files, synchronously only, with MV output format.
Public methodStatic memberCode exampleResetCommonBlocksAsync Resets the COMMON variables with the 100 most used files in a asynchronous way with MV output format.
Public methodStatic memberCode exampleSelect Executes a Query in the Database, synchronously only, with MV output format.
Public methodStatic memberCode exampleSelectAsync Executes a Query in the Database, in a asynchronous way with MV output format.
Public methodStatic memberCode exampleSubroutine Executes a subroutine, synchronously only, with MV input and output format.
Public methodStatic memberCode exampleSubroutineAsync Executes a subroutine, in a asynchronous way with MV input and output format.
Public methodStatic memberCode exampleUpdate Update one or several records of a file, synchronously only, with MV input and output format.
Public methodStatic memberCode exampleUpdateAsync Update one or several records of a file, in a asynchronous way with MV input and output format.
Public methodStatic memberCode exampleUpdatePartial Update one or more attributes of one or more file records, synchronously only, with MV input and output format.
Public methodStatic memberCode 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