Click or drag to resize

DATAFORMATSCH_TYPE Enumeration

Linkar Framework for .NET and Core


Specify the output formats of LkSchemas operations (For other operations, DATAFORMATSCHPROP_TYPE, DATAFORMAT_TYPE and DATAFORMATCRU_TYPE).

Namespace: Linkar.Functions
Assembly: Linkar.Functions (in Linkar.Functions.dll) Version: 2.3.1
Syntax
public enum DATAFORMATSCH_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.
TABLE4 Show the results of the operation in TABLE format.
See Also