C# Класс Adf.Base.Data.ColumnDescriber

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

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

Метод Описание
ColumnDescriber ( string attribute, ITable table, string column = null, bool isIdentity = false, bool isAutoIncrement = false, bool isTimestamp = false ) : System

Initializes a new instance of the ColumnDescriber class with the specified column's attribute, name and table of ITable.

ColumnDescriber ( string attribute, string table, string column = null ) : System

Initializes a new instance of the ColumnDescriber class with the specified column's attribute, name and table name.

Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string

Returns the columns attribute.

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

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

Initializes a new instance of the ColumnDescriber class with the specified column's attribute, name and table of ITable.
public ColumnDescriber ( string attribute, ITable table, string column = null, bool isIdentity = false, bool isAutoIncrement = false, bool isTimestamp = false ) : System
attribute string The attribute which contains the datatype, length etc.
table ITable The which contains the table name.
column string Column name of a table.
isIdentity bool
isAutoIncrement bool
isTimestamp bool
Результат System

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

Initializes a new instance of the ColumnDescriber class with the specified column's attribute, name and table name.
public ColumnDescriber ( string attribute, string table, string column = null ) : System
attribute string The attribute which contains the datatype, length etc.
table string The table name.
column string Column name of a table.
Результат System

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

public Equals ( object obj ) : bool
obj object
Результат bool

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

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

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

Returns the columns attribute.
public ToString ( ) : string
Результат string