 | Functions Methods |
Linkar Framework for .NET and Core
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.
|
Top
See Also