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 TABLE.
Inheritance Hierarchy
SystemObject
  Linkar.Functions.Direct.TABLEFunctions

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

The Functions type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCode exampleGetTable Returns a query result in a table format, synchronously only.
Public methodStatic memberCode exampleGetTableAsync Returns a query result in a table format, synchronously only, in a asynchronous way with TABLE output format.
Public methodStatic memberCode exampleLkProperties Returns the Schema properties list defined in Linkar Schemas or the file dictionaries, synchronously only, with TABLE output format.
Public methodStatic memberCode exampleLkPropertiesAsync Returns the Schema properties list defined in Linkar Schemas or the file dictionaries, in a asynchronous way with TABLE 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 TABLE output format.
Public methodStatic memberCode exampleLkSchemasAsync 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