Click or drag to resize

DATAFORMAT_TYPE Enumeration

Linkar Framework .NET (Core and Framework)


Indicates in what format you want to receive the data resulting from the operation. Output format type for all operations, except Read, New, Update, Select, LkSchemas, LkProperties and GetTable Also The input format type for New, Update and Delete operations.

Namespace: Linkar.Functions
Assembly: Linkar.Functions (in Linkar.Functions.dll) Version: 2.3.1
Syntax
public enum DATAFORMAT_TYPE
Members
Member nameValueDescription
MV1 Show the results of the operation in MV format.
XML2 Show the results of the operation in XML format.
JSON3 Show the results of the operation in JSON format.
See Also