C# Класс Adf.Core.Data.TableDescriber

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

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

Метод Описание
Equals ( ITable other ) : bool
New ( string tableName, DataSources datasource ) : TableDescriber

Creates a new instance of the TableDescriber class with the specified table name and DataSources object.

TableDescriber ( string tableName, DataSources datasource ) : System

Initializes a new instance of the TableDescriber class with the specified table name and DataSources object.

ToString ( ) : string

Returns a table name.

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

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

public Equals ( ITable other ) : bool
other ITable
Результат bool

New() публичный статический Метод

Creates a new instance of the TableDescriber class with the specified table name and DataSources object.
public static New ( string tableName, DataSources datasource ) : TableDescriber
tableName string The name of a table.
datasource DataSources Initialize the connection by .
Результат TableDescriber

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

Initializes a new instance of the TableDescriber class with the specified table name and DataSources object.
public TableDescriber ( string tableName, DataSources datasource ) : System
tableName string The name of a table.
datasource DataSources Initialize the connection by .
Результат System

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

Returns a table name.
public ToString ( ) : string
Результат string