Click or drag to resize

JSON_FORMAT Enumeration

Linkar Framework for .NET and Core


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

Namespace: Linkar.Functions.Persistent.JSON
Assembly: Linkar.Functions.Persistent.JSON (in Linkar.Functions.Persistent.JSON.dll) Version: 2.3.1
Syntax
public enum JSON_FORMAT
Members
Member nameValueDescription
JSON3 Show the results of the operation in JSON format.
JSON_DICT7 Show the results of the operation in JSON_DICT format, using the dictionaries.
JSON_SCH8 Show the results of the operation in JSON_SCH format, using the schema properties..
See Also