C# Класс Deveel.Data.Protocol.QueryResultColumn

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Equals ( Object ob ) : bool
GetHashCode ( ) : int
SetKey ( ) : void
SetUnique ( ) : void

Sets this column to unique.

Note: This can only happen during the setup of the object. Unpredictable results will occur otherwise.

Приватные методы

Метод Описание
QueryResultColumn ( string name, ColumnInfo columnInfo ) : System
QueryResultColumn ( string name, SqlType type, int offset, bool notNull ) : System

The Constructors if the type does require a size.

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

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

public Equals ( Object ob ) : bool
ob Object
Результат bool

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

public GetHashCode ( ) : int
Результат int

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

public SetKey ( ) : void
Результат void

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

Sets this column to unique.
Note: This can only happen during the setup of the object. Unpredictable results will occur otherwise.
public SetUnique ( ) : void
Результат void