Click or drag to resize

Functions Methods

Linkar Framework for .NET and Core


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