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)
Syntax
'Declaration
Public ReadOnly Property QuotedName As String
'Usage
Dim instance As DbSyncColumnDescription
Dim value As String
value = instance.QuotedName
public string QuotedName { get; }
public:
property String^ QuotedName {
String^ get ();
}
/** @property */
public String get_QuotedName ()
public function get QuotedName () : String
Property Value
The name of the column with database-specific delimiters.
Remarks
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.
See Also
Reference
DbSyncColumnDescription Class
DbSyncColumnDescription Members
Microsoft.Synchronization.Data Namespace