Class ColumnDesc
Represents the information for a given data type
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 ColumnDesc
Properties
IsStatic
Declaration
public bool IsStatic { get; set; }
Property Value
Type | Description |
---|---|
bool |
Keyspace
Declaration
public string Keyspace { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Table
Declaration
public string Table { get; set; }
Property Value
Type | Description |
---|---|
string |
TypeCode
Declaration
public ColumnTypeCode TypeCode { get; set; }
Property Value
Type | Description |
---|---|
ColumnTypeCode |
TypeInfo
Declaration
public IColumnInfo TypeInfo { get; set; }
Property Value
Type | Description |
---|---|
IColumnInfo |