SyncSchemaColumn Members
Represents the schema of a column in a SyncSchemaTable.
The following tables list the members exposed by the SyncSchemaColumn type.
Public Properties
Name | Description | |
---|---|---|
![]() |
AllowNull | Gets or sets a value that indicates whether null values are allowed in this column. |
![]() |
AutoIncrement | Gets or sets a value indicating whether the column automatically increments its value when new rows are inserted into the table. |
![]() |
AutoIncrementSeed | Gets or sets the starting value for a column that has its AutoIncrement property set to true. |
![]() |
AutoIncrementStep | Gets or sets the increment for a column that has its AutoIncrement property set to true. |
![]() |
Collation | Gets or sets the collation for the column. Collation is a set of rules that determines how data is compared, ordered, and presented. |
![]() |
ColumnName | Gets or sets the name of the column. |
![]() |
DataType | Gets or sets a Type object that represents the type of data stored in the column. |
![]() |
DefaultValue | Gets or sets the default value for the column when new rows are created. |
![]() |
MaxLength | Gets or sets the maximum length of a text column. |
![]() |
NumericPrecision | Gets of sets the numeric precision for the column if the data type is Decimal. |
![]() |
NumericScale | Gets of sets the numeric scale for the column when the data type is Decimal. |
![]() |
ProviderDataType | Gets or sets the SQL Server data type of the column. |
![]() |
RowGuid | Gets or sets whether the column is a Guid. |
![]() |
Unique | Gets or sets whether the values in each row of the column must be unique. |
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 | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (inherited from Object ) |
![]() |
MemberwiseClone | (inherited from Object ) |
Top
See Also
Reference
SyncSchemaColumn Class
Microsoft.Synchronization.Data Namespace