Click or drag to resize

RowSetMetadataColumnIndexes Property

Gets or sets the index of the columns within the row

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public Dictionary<string, int> ColumnIndexes { get; }

Property Value

Type: DictionaryString, Int32
See Also