Enum MapIndexType
Specifies which piece of a map to index for a table column.
public enum MapIndexType
Fields
Entries = 2Index the entries of the map.
Keys = 0Index the keys of the map.
Values = 1Index the values of the map.
Specifies which piece of a map to index for a table column.
public enum MapIndexType
Entries = 2Index the entries of the map.
Keys = 0Index the keys of the map.
Values = 1Index the values of the map.