Table |
[DataContractAttribute] public class TableInfo
The TableInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| Columns | Table column information as an in order list of columns as found in table. | |
| ColumnsByName | Table column information by column name. | |
| IsHiddenTable | True if table is a hidden table. | |
| IsSystemTable | True if table is a system database table (if false, table is a user defined table). | |
| IsUserTable | True if table is a user defined table. | |
| Name | Database table name. | |
| RowCount | Count of table total rows. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
This class stores high level database table information. To extract table data see the various methods of interface IDatabaseExtractor.
See class DatabaseContent for more information.