System.Data.Generic
| DbTableInfo Fields |
The DbTableInfo type exposes the following members.
Fields
| 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.
|
See Also