DbTableInfo Class
From System.Data.Generic
System.Data.Generic
| DbTableInfo Class |
Obtains information about the tables of a database.
Namespace: System.Data.Generic.Schema
Assembly: System.Data.Generic (in System.Data.Generic.dll) Version: 1.9.5473.30542 (1.9.5473.2392)
The DbTableInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| DbTableInfo |
Returns a new instance of the DbTableInfo class
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString |
Returns a string representation of the DbTableInfo class.
(Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| Columns |
Returns a list of database columns, belonging to the table.
| |
| KeyColumnIndex |
Index of the key column.
| |
| TableName |
Name of the data table.
|