TableColumn Class |
Namespace: Cassandra
public class TableColumn : CqlColumn
The TableColumn type exposes the following members.
Name | Description | |
---|---|---|
![]() | TableColumn | Initializes a new instance of the TableColumn class |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | Index |
Index of the column in the rowset
(Inherited from CqlColumn.) |
![]() | Keyspace | (Inherited from ColumnDesc.) |
![]() | KeyType |
Gets or sets the column key type.
This property is going to be deprecated in future releases, use PartitionKeys, ClusteringKeys and Indexes that provide a more accurate representation of a table or view keys and indexes. |
![]() | Name | (Inherited from ColumnDesc.) |
![]() | SecondaryIndexName | Obsolete. |
![]() | SecondaryIndexOptions | Obsolete. |
![]() | SecondaryIndexType | Obsolete. |
![]() | Table | (Inherited from ColumnDesc.) |
![]() | Type |
CLR Type of the column
(Inherited from CqlColumn.) |
![]() | TypeCode | (Inherited from ColumnDesc.) |
![]() | TypeInfo | (Inherited from ColumnDesc.) |