C# Class Adf.Core.Data.TableDescriber

Inheritance: ITable
Datei anzeigen Open project: NLADP/ADF Class Usage Examples

Public Methods

Method Description
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.

Method Details

Equals() public method

public Equals ( ITable other ) : bool
other ITable
return bool

New() public static method

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 .
return TableDescriber

TableDescriber() public method

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 .
return System

ToString() public method

Returns a table name.
public ToString ( ) : string
return string