Class RowSetMetadata
Represents the information of columns and other state values associated with a RowSet
Inheritance
System.Object
RowSetMetadata
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dse
Assembly: Dse.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 |
---|---|
System.Collections.Generic.Dictionary<System.String, System.Int32> |
Columns
Declaration
public CqlColumn[] Columns { get; }
Property Value
Type | Description |
---|---|
CqlColumn[] |