Method | Description | |
---|---|---|
Equals ( ITable other ) : bool | ||
New ( string tableName, |
Creates a new instance of the TableDescriber class with the specified table name and DataSources object.
|
|
TableDescriber ( string tableName, |
Initializes a new instance of the TableDescriber class with the specified table name and DataSources object.
|
|
ToString ( ) : string |
Returns a table name.
|
public static New ( string tableName, |
||
tableName | string | The name of a table. |
datasource | Initialize the connection by |
|
return |
public TableDescriber ( string tableName, |
||
tableName | string | The name of a table. |
datasource | Initialize the connection by |
|
return | System |