| 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 Namespace: Linkar.Functions.DirectAssembly: Linkar.Functions.Direct (in Linkar.Functions.Direct.dll) Version: 2.3.1
Syntax public static class DirectFunctions
Public NotInheritable Class DirectFunctions
public ref class DirectFunctions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type DirectFunctions = class end
The DirectFunctions type exposes the following members.
Methods | Name | Description |
---|
| Conversion |
Returns the result of executing ICONV() or OCONV() functions from a expression list in the Database, synchronously only.
|
| Delete |
Deletes one or several records in file, synchronously only.
|
| Dictionaries |
Returns all the dictionaries of a file, synchronously only.
|
| Execute |
Allows the execution of any command from the Database synchronously only.
|
| Format |
Returns the result of executing the FMT function in a expressions list in the Database, synchronously only.
|
| GetLocalVersion |
Allows getting the client version.
|
| GetTable |
Returns a query result in a table format, synchronously only.
|
| GetVersion |
Allows getting the server version, synchronously only.
|
| LkProperties |
Returns the Schema properties list defined in Linkar Schemas or the file dictionaries, synchronously only.
|
| LkSchemas |
Returns a list of all the Schemas defined in Linkar Schemas, or the EntryPoint account data files, synchronously only.
|
| New |
Creates one or several records of a file, synchronously only.
|
| Read |
Reads one or several records of a file in synchronous way.
|
| ResetCommonBlocks |
Resets the COMMON variables with the 100 most used files, synchronously only.
|
| Select |
Executes a Query in the Database, synchronously only.
|
| Subroutine |
Executes a subroutine, synchronously only.
|
| Update |
Update one or several records of a file, synchronously only.
|
| UpdatePartial |
Update one or more attributes of one or more file records, synchronously only.
|
TopSee Also