Share via


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
    Get
'Usage
Dim instance As DbSyncColumnDescription
Dim value As String

value = instance.QuotedName
public string QuotedName { get; }
public:
property String^ QuotedName {
    String^ get ();
}
member QuotedName : string
function get QuotedName () : String

Property Value

Type: System.String
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

Microsoft.Synchronization.Data Namespace