Gets or sets the ending character or characters to use to quote names that contain characters such as spaces or reserved tokens.
[Visual Basic] Public Property QuoteSuffix As String [C#] public string QuoteSuffix { get; set; } [C++] public: __property String* get_QuoteSuffix(); public: __property void set_QuoteSuffix(String* ); [JScript] public function get QuoteSuffix() : String public function set QuoteSuffix(String);
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.MimerCommandBuilder Class | Mimer.Data.Client Namespace