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