Click or drag to resize
RowSetMetadata.ColumnIndexes Property
Gets or sets the index of the columns within the row

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public Dictionary<string, int> ColumnIndexes { get; }

Property Value

Type: Dictionary<String, Int32>
See Also