SyncSchemaColumn Class
Synchronization Services - ADO.NET 1.0 SP1
Represents the schema of a column in a SyncSchemaTable.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
The column is the fundamental building block for creating the schema of a table. Build the schema by adding one or more column objects to the column list. Each column has a DataType property that determines the kind of data that the column contains. For example, you can restrict the data type to integers, or strings, or decimals in the form of .NET Framework types. Each column also has a ProviderDataType property that determines the SQL Server data type of the column. A column object always depends on the table that contains this column.