TableOrViewMetadata Properties
The TableOrViewMetadata type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Columns |
Gets the columns.
|
![]() |
HasPrimaryKey |
Gets a value indicating whether this table or view has primary key.
|
![]() |
IsTable |
Gets a value indicating whether this instance is table or a view.
|
![]() |
Name |
Gets the name.
(Inherited from DatabaseObject.) |
![]() |
NonNullableColumns |
Gets the columns known to be not nullable.
|
![]() |
PrimaryKeyColumns |
Gets the columns that make up the primary key.
|