C# Класс 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.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Column ( )
Column ( int index, string keyspace, string table, string name, CqlType type )

Initializes a new instance of the Column class.

Описание методов

Column() публичный Метод

public Column ( )

Column() публичный Метод

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