Méthode | Description | |
---|---|---|
Column ( ) | ||
Column ( int index, string keyspace, string table, string name, CqlType type ) |
Initializes a new instance of the Column class.
|
public Column ( int index, string keyspace, string table, string name, CqlType type ) | ||
index | int | The index. |
keyspace | string | The keyspace. |
table | string | The table. |
name | string | The name. |
type | CqlType | the type of the column |