DbSyncColumnDescription::QuotedName Property

Gets the name of the column with database-specific delimiters.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

public:
property String^ QuotedName {
	String^ get ();
}

Property Value

Type: System::String
The name of the column with database-specific delimiters.

Use this property to get the column name with delimiters, such as []. The delimited column name is used in synchronization queries. To get or set the column name without delimiters, use UnquotedName.

Show: