Click or drag to resize

DirectFunctions Class

Linkar Framework for .NET and Core


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

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

The DirectFunctions type exposes the following members.

Methods
 NameDescription
Public methodStatic memberConversion Returns the result of executing ICONV() or OCONV() functions from a expression list in the Database, synchronously only.
Public methodStatic memberDelete Deletes one or several records in file, synchronously only.
Public methodStatic memberDictionaries Returns all the dictionaries of a file, synchronously only.
Public methodStatic memberExecute Allows the execution of any command from the Database synchronously only.
Public methodStatic memberFormat Returns the result of executing the FMT function in a expressions list in the Database, synchronously only.
Public methodStatic memberGetLocalVersion Allows getting the client version.
Public methodStatic memberGetTable Returns a query result in a table format, synchronously only.
Public methodStatic memberGetVersion Allows getting the server version, synchronously only.
Public methodStatic memberLkProperties Returns the Schema properties list defined in Linkar Schemas or the file dictionaries, synchronously only.
Public methodStatic memberLkSchemas Returns a list of all the Schemas defined in Linkar Schemas, or the EntryPoint account data files, synchronously only.
Public methodStatic memberNew Creates one or several records of a file, synchronously only.
Public methodStatic memberRead Reads one or several records of a file in synchronous way.
Public methodStatic memberResetCommonBlocks Resets the COMMON variables with the 100 most used files, synchronously only.
Public methodStatic memberSelect Executes a Query in the Database, synchronously only.
Public methodStatic memberSubroutine Executes a subroutine, synchronously only.
Public methodStatic memberUpdate Update one or several records of a file, synchronously only.
Public methodStatic memberUpdatePartial Update one or more attributes of one or more file records, synchronously only.
Top
See Also