| Functions Class |
Linkar Framework for .NET and Core
/// These functions perform synchronous and asynchronous direct (without establishing permanent session) operations with output format type TABLE.
Inheritance Hierarchy Namespace: Linkar.Functions.Direct.TABLEAssembly: Linkar.Functions.Direct.TABLE (in Linkar.Functions.Direct.TABLE.dll) Version: 2.3.1
Syntax public static class Functions
Public NotInheritable Class Functions
public ref class Functions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type Functions = class end
The Functions type exposes the following members.
Methods | Name | Description |
---|
| GetTable |
Returns a query result in a table format, synchronously only.
|
| GetTableAsync |
Returns a query result in a table format, synchronously only, in a asynchronous way with TABLE output format.
|
| LkProperties |
Returns the Schema properties list defined in Linkar Schemas or the file dictionaries, synchronously only, with TABLE output format.
|
| LkPropertiesAsync |
Returns the Schema properties list defined in Linkar Schemas or the file dictionaries, in a asynchronous way with TABLE output format.
|
| LkSchemas |
Returns a list of all the Schemas defined in Linkar Schemas, or the EntryPoint account data files, synchronously only, with TABLE output format.
|
| LkSchemasAsync |
Returns a list of all the Schemas defined in Linkar Schemas, or the EntryPoint account data files, in a asynchronous way with TABLE output format.
|
TopSee Also