MappingMethod Enum
.NET Standard 2.x
Specifies the JSON mapping method.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Syntax
public enum MappingMethod;
Fields
Name | Value | Description |
---|---|---|
Index | 0 | Use the index of JSON item to map with the column. |
ColumnIndex | 1 | Use the index of meta-columns to map with the column. |
Key | 2 | Use the key of JSON item to map with the column. |