'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
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.