DbSyncColumnDescription::UnquotedName Property
Gets or sets the name of the column without database-specific delimiters.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
| Exception | Condition |
|---|---|
| ArgumentNullException | value is a nullptr. |
| ArgumentException | value is empty. |
Use this property to get or set the column name without delimiters, such as []. To get the column name with delimiters, use QuotedName.
Show: