DbSyncColumnDescriptionCollection::Item Property (String)
Gets a DbSyncColumnDescription object with the specified name from the collection.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
public: property DbSyncColumnDescription^ default[String^ columnName] { DbSyncColumnDescription^ get (String^ columnName); }
Parameters
- columnName
- Type: System::String
The name of the column to add to the collection.
Property Value
Type: Microsoft.Synchronization.Data::DbSyncColumnDescriptionA DbSyncColumnDescription object.
| Exception | Condition |
|---|---|
| ArgumentNullException | columnName is a nullptr. |
| ArgumentException | columnName is empty. |
Show: