Gets or sets the beginning character or characters to use to quote names that contain characters such as spaces or reserved tokens.
[Visual Basic] Public Property QuotePrefix As String [C#] public string QuotePrefix { get; set; } [C++] public: __property String* get_QuotePrefix(); public: __property void set_QuotePrefix(String* ); [JScript] public function get QuotePrefix() : String public function set QuotePrefix(String);
The beginning 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 QuoteSuffix should also be set to a double quote in order to generate syntactically valid SQL statements.MimerCommandBuilder Class | Mimer.Data.Client Namespace