Click or drag to resize

FunctionsXML_FORMAT Enumeration

Linkar Framework for .NET and Core


XML output formats for Read, Update, New, Select and LkProperties

Namespace: Linkar.Functions.Direct.XML
Assembly: Linkar.Functions.Direct.XML (in Linkar.Functions.Direct.XML.dll) Version: 2.3.1
Syntax
public enum XML_FORMAT
Members
Member nameValueDescription
XML2 Show the results of the operation in XML format.
XML_DICT5 Show the results of the operation in XML_DICT format, using the dictionaries.
XML_SCH6 Show the results of the operation in XML_SCH format, using the schema properties.
See Also