Click or drag to resize

DATAFORMAT_TYPE Enumeration

Linkar Framework for .NET and Core


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.Commands
Assembly: Linkar.Commands (in Linkar.Commands.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