SyncDataColumnCollection::Add Method
Adds a column name to the end of the collection.
Assembly: Microsoft.Synchronization.Data.Server (in Microsoft.Synchronization.Data.Server.dll)
Parameters
- dataColumnName
- Type: System::String
The name of the column to add to the SyncDataColumnCollection.
| Exception | Condition |
|---|---|
| ArgumentNullException | dataColumnName is a nullptr. |
Show: