SqlSyncAdapterBuilder::QuotePrefix Property

Specifies the left delimiter (such as a left square bracket) that is used for database object names, such as tables and columns.

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

public:
property String^ QuotePrefix {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: System::String
The delimiter, such as a left square bracket.

In some cases, database object names are delimited, such as [TableName] or [ColumnName]. If you specify delimited object names for any of the adapter builder properties, specify delimiters by using QuotePrefix and QuoteSuffix.

Show: