Méthode | Description | |
---|---|---|
DatabaseTableInfo ( DataRow row, string name, int rowCount, DataColumnCollection columns ) |
Initializes a new instance of the DatabaseTableInfo class.
|
public DatabaseTableInfo ( DataRow row, string name, int rowCount, DataColumnCollection columns ) | ||
row | DataRow | The row definition. |
name | string | The table name. |
rowCount | int | The number of rows in the table. |
columns | DataColumnCollection | Information on the column tables. |