SchemaTableOptionalColumn Members
.NET Framework 3.0
Describes optional column metadata of the schema for a database table.
The following tables list the members exposed by the SchemaTableOptionalColumn type.
| 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. |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Equals | Overloaded. Determines whether two Object instances are equal. (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) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |