DbTableInfo Fields

System.Data.Generic

DbTableInfo Fields

The DbTableInfo type exposes the following members.

Fields
  Name Description
Public field Columns
Returns a list of database columns, belonging to the table.
Public field KeyColumnIndex
Index of the key column.
Public field TableName
Name of the data table.
Top
See Also