System.Data.Generic
| DbTableInfo Class |
Obtains information about the tables of a database.
Inheritance HierarchyNamespace: System.Data.Generic.Schema
Assembly: System.Data.Generic (in System.Data.Generic.dll) Version: 1.9.5473.30542 (1.9.5473.2392)
SyntaxThe DbTableInfo type exposes the following members.
Constructors| Name | Description | |
|---|---|---|
![]() | DbTableInfo |
Returns a new instance of the DbTableInfo class
|
Methods| 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.) |
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.
|
Remarks
See Also
