SchemaTableOptionalColumn Class
Describes optional column metadata of the schema for a database table.
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | AutoIncrementSeed | Specifies the value at which the series for new identity columns is assigned. |
![]() ![]() | AutoIncrementStep | Specifies the increment between values in the identity column. |
![]() ![]() | BaseCatalogName | The name of the catalog associated with the results of the latest query. |
![]() ![]() | BaseColumnNamespace | The namespace of the column. |
![]() ![]() | BaseServerName | The server name of the column. |
![]() ![]() | BaseTableNamespace | The namespace for the table that contains the column. |
![]() ![]() | ColumnMapping | Specifies the mapping for the column. |
![]() ![]() | DefaultValue | The default value for the column. |
![]() ![]() | Expression | The expression used to compute the column. |
![]() ![]() | IsAutoIncrement | Specifies whether the column values in the column are automatically incremented. |
![]() ![]() | IsHidden | Specifies whether this column is hidden. |
![]() ![]() | IsReadOnly | Specifies whether this column is read-only. |
![]() ![]() | IsRowVersion | Specifies whether this column contains row version information. |
![]() ![]() | ProviderSpecificDataType | Specifies the provider-specific data type of the column. |
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

