DbSyncColumnDescription Constructor (String, String)
Initializes a new instance of the DbSyncColumnDescription class for a column that has the specified name and data type.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Parameters
- columnName
- Type: System::String
The name of the column.
- type
- Type: System::String
The data type of the column.
| Exception | Condition |
|---|---|
| ArgumentNullException | columnName or type is a nullptr. |
| ArgumentNullException | columnName or type is empty. |
Show: