Table Class
Visual Studio 2010
Class representing the schema information for a given Table.
Namespace: Microsoft.SqlServerCe.Management.Scripting.Schema
Assembly: Microsoft.SqlServerCe.Management.Scripting (in Microsoft.SqlServerCe.Management.Scripting.dll)
The Table type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Columns | Gets a list of columns participating in the given table. |
![]() | Constraints | Gets a list of primary-key, foreign-key, and unique constraints. |
![]() | HasIdentityColumn | Gets or sets whether the table has an identity column. |
![]() | Name | Gets the table name. |
![]() | PrimaryKey | Gets the primary key. |
