Class ColumnDesc
Represents the information for a given data type
Assembly: Cassandra.dll
Syntax
Properties
IsStatic
Declaration
public bool IsStatic { get; set; }
Property Value
Keyspace
Declaration
public string Keyspace { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Table
Declaration
public string Table { get; set; }
Property Value
TypeCode
Declaration
public ColumnTypeCode TypeCode { get; set; }
Property Value
TypeInfo
Declaration
public IColumnInfo TypeInfo { get; set; }
Property Value