Class RowSetMetadata
Represents the information of columns and other state values associated with a RowSet
Inherited Members
Namespace: Cassandra
Assembly: Cassandra.dll
Syntax
public class RowSetMetadata
Properties
ColumnIndexes
Gets or sets the index of the columns within the row
Declaration
public Dictionary<string, int> ColumnIndexes { get; protected set; }
Property Value
Type | Description |
---|---|
Dictionary<string, int> |
Columns
Declaration
public CqlColumn[] Columns { get; }
Property Value
Type | Description |
---|---|
CqlColumn[] |