Class CqlColumn
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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 |