Class CqlColumn
Inherited Members
Namespace: Cassandra
Assembly: Cassandra.dll
Syntax
public class CqlColumn : ColumnDesc
Properties
Index
Index of the column in the rowset
Declaration
public int Index { get; set; }
Property Value
Type | Description |
---|---|
int |
Type
CLR Type of the column
Declaration
public Type Type { get; set; }
Property Value
Type | Description |
---|---|
Type |