DataColumnSurrogate Constructor
Initializes a new instance of the DataColumnSurrogate class.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Parameters
- dc
- Type: System.Data::DataColumn
The DataColumn object for which to create a surrogate.
| Exception | Condition |
|---|---|
| ArgumentNullException | dc is a nullptr. |
Show: