Mimer SQL Data Provider
QuoteSuffix Property




Mimer.Data.Client Namespace > MimerCommandBuilder Class : QuoteSuffix Property
Gets or sets the ending character or characters to use to quote names that contain characters such as spaces or reserved tokens.
Syntax
'Declaration
 
Public Overrides NotOverridable Property QuoteSuffix As String
public override string QuoteSuffix {get; set;}
public read-write property QuoteSuffix: String; override; 
public override function get,set QuoteSuffix : String
public: __property string* get_QuoteSuffix() override;
public: __property void set_QuoteSuffix( 
   string* value
) override;

Property Value

The ending character or characters to use. The default is an empty string.

The only meaningful value this property can be set to is the double quote character ("). If this is done the QuotePrefix should also be set to a double quote in order to generate syntactically valid SQL statements.

Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerCommandBuilder Class
MimerCommandBuilder Members