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)
Syntax
'Declaration
Public Property QuotePrefix As String
'Usage
Dim instance As SqlSyncAdapterBuilder
Dim value As String
value = instance.QuotePrefix
instance.QuotePrefix = value
public string QuotePrefix { get; set; }
public:
property String^ QuotePrefix {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_QuotePrefix ()
/** @property */
public void set_QuotePrefix (String value)
public function get QuotePrefix () : String
public function set QuotePrefix (value : String)
Property Value
The delimiter, such as a left square bracket.
Remarks
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.
See Also
Reference
SqlSyncAdapterBuilder Class
SqlSyncAdapterBuilder Members
Microsoft.Synchronization.Data.Server Namespace