Column Class
Visual Studio 2010
Represents the schema information for a given column.
Namespace: Microsoft.SqlServerCe.Management.Scripting.Schema
Assembly: Microsoft.SqlServerCe.Management.Scripting (in Microsoft.SqlServerCe.Management.Scripting.dll)
The Column type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CharacterMaxLength | Gets or sets the maximum character length for character data types such as nvarchar, varchar, and so on. |
![]() | ColumnDefault | Gets or sets the default value for the specified column. |
![]() | DataType | Gets or sets the type of the column. |
![]() | HasDefault | Gets or sets whether a column has default value specified. |
![]() | IdentityIncrement | Gets or sets the identity increment of the specified column. |
![]() | IdentitySeed | Gets or sets the identity seed of the specified column. |
![]() | IsIdentity | Gets or sets whether the specified object an identity column. |
![]() | IsNullable | Gets or sets whether the specified object allows null values. |
![]() | Name | Gets or sets the name of the specified column. |
![]() | NumericPrecision | Gets or sets the value of the numeric precision of the specified column. |
![]() | NumericScale | Gets or sets the scale of the specified column. |
![]() | Ordinal | Gets or sets the ordinal of the column in the given table. |
![]() | RowGuidCol | Gets or sets whether the specified object is a row GUID column. |

