DbSyncColumnDescription Members
Represents the schema of a column that is included in the Columns list of a DbSyncTableDescription object. This is used during database provisioning.
The following tables list the members exposed by the DbSyncColumnDescription type.
Public Constructors
Name | Description | |
---|---|---|
![]() |
DbSyncColumnDescription | Overloaded. Initializes a new instance of the DbSyncColumnDescription class. |
Top
Public Properties
Name | Description | |
---|---|---|
![]() |
AutoIncrementSeed | Gets or sets the starting value for a column that automatically increments its value when new rows are inserted into the table. |
![]() |
AutoIncrementSeedSpecified | Gets or sets whether a value is specified for the AutoIncrementSeed property. |
![]() |
AutoIncrementStep | Gets or sets the increment step value for a column that automatically increments its value when new rows are inserted into the table. |
![]() |
AutoIncrementStepSpecified | Gets or sets whether a value is specified for the AutoIncrementStep property. |
![]() |
DefaultValue | Gets or sets the default value for the column when new rows are created. |
![]() |
DefaultValueSpecified | Gets or sets whether a value is specified for the DefaultValue property. |
![]() |
IsNullable | Gets or sets a value that indicates whether null values are allowed in this column. |
![]() |
IsNullableSpecified | Gets or sets whether a value is specified for the IsNullable property. |
![]() |
IsPrimaryKey | Gets or sets whether this column is part of the primary key for the table. |
![]() |
IsPrimaryKeySpecified | Gets or sets whether a value is specified for the IsPrimaryKey property. |
![]() |
ParameterName | Gets or sets the name of the parameter that is used to represent this column in synchronization queries. |
![]() |
Precision | Gets or sets the precision for the column if the data type is numeric. |
![]() |
PrecisionSpecified | Gets or sets whether a value is specified for the Precision property. |
![]() |
QuotedName | Gets the name of the column with database-specific delimiters. |
![]() |
Scale | Gets or sets the scale for the column if the data type is numeric and has a decimal component. |
![]() |
ScaleSpecified | Gets or sets whether a value is specified for the Scale property. |
![]() |
Size | Gets or sets the size of the column. |
![]() |
SizeSpecified | Gets or sets whether a value is specified for the Size property. |
![]() |
Type | Gets or sets the data type of the column. |
![]() |
UnquotedName | Gets or sets the name of the column without database-specific delimiters. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
![]() |
Equals | Overloaded. (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() ![]() |
ReferenceEquals | (Inherited from Object.) |
![]() |
ToString | Overridden. Returns a string that represents the DbSyncColumnDescription object. |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
Top
See Also
Reference
DbSyncColumnDescription Class
Microsoft.Synchronization.Data Namespace