SyncDataColumnCollection::AddRange Method
Adds an array of column names to the end of the collection.
Assembly: Microsoft.Synchronization.Data.Server (in Microsoft.Synchronization.Data.Server.dll)
Parameters
- dataColumnNames
- Type: array<System::String>
An array of column names to add to the SyncDataColumnCollection.
| Exception | Condition |
|---|---|
| ArgumentNullException | At least one of tne of the data column names in dataColumnNames is a nullptr. |
Show: