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
Public method DbSyncColumnDescription Overloaded. Initializes a new instance of the DbSyncColumnDescription class.

Top

Public Properties

  Name Description
Public property AutoIncrementSeed Gets or sets the starting value for a column that automatically increments its value when new rows are inserted into the table.
Public property AutoIncrementSeedSpecified Gets or sets whether a value is specified for the AutoIncrementSeed property.
Public 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.
Public property AutoIncrementStepSpecified Gets or sets whether a value is specified for the AutoIncrementStep property.
Public property DefaultValue Gets or sets the default value for the column when new rows are created.
Public property DefaultValueSpecified Gets or sets whether a value is specified for the DefaultValue property.
Public property IsNullable Gets or sets a value that indicates whether null values are allowed in this column.
Public property IsNullableSpecified Gets or sets whether a value is specified for the IsNullable property.
Public property IsPrimaryKey Gets or sets whether this column is part of the primary key for the table.
Public property IsPrimaryKeySpecified Gets or sets whether a value is specified for the IsPrimaryKey property.
Public property ParameterName Gets or sets the name of the parameter that is used to represent this column in synchronization queries.
Public property Precision Gets or sets the precision for the column if the data type is numeric.
Public property PrecisionSpecified Gets or sets whether a value is specified for the Precision property.
Public property QuotedName Gets the name of the column with database-specific delimiters.
Public property Scale Gets or sets the scale for the column if the data type is numeric and has a decimal component.
Public property ScaleSpecified Gets or sets whether a value is specified for the Scale property.
Public property Size Gets or sets the size of the column.
Public property SizeSpecified Gets or sets whether a value is specified for the Size property.
Public property Type Gets or sets the data type of the column.
Public property UnquotedName Gets or sets the name of the column without database-specific delimiters.

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Equals  Overloaded. (Inherited from Object.)
Public method GetHashCode  (Inherited from Object.)
Public method GetType  (Inherited from Object.)
Public method Dd937814.static(en-us,SQL.105).gif ReferenceEquals  (Inherited from Object.)
Public method ToString Overridden. Returns a string that represents the DbSyncColumnDescription object.

Top

Protected Methods

  Name Description
Protected method Finalize  (Inherited from Object.)
Protected method MemberwiseClone  (Inherited from Object.)

Top

See Also

Reference

DbSyncColumnDescription Class
Microsoft.Synchronization.Data Namespace