C# Class CqlSharp.Protocol.Column

A description of a single Cql column. Used to describe input to a Cql prepared query, or result of a select query.
Show file Open project: reuzel/CqlSharp Class Usage Examples

Public Methods

Method Description
Column ( )
Column ( int index, string keyspace, string table, string name, CqlType type )

Initializes a new instance of the Column class.

Method Details

Column() public method

public Column ( )

Column() public method

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