'Declaration
Public Overrides NotOverridable Property QuotePrefix As String
public override string QuotePrefix {get; set;}
public read-write property QuotePrefix: String; override;
public override function get,set QuotePrefix : String
Property Value
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.