UseEscapedNameAttributeUseAnsiQuotes Property
Gets or sets flag that determines if double quotes should be used as the identifier delimiter,
per SQL-99 standard, regardless of database type. Defaults to true except for MySQL.
Namespace: Gemstone.Data.ModelAssembly: Gemstone.Data (in Gemstone.Data.dll) Version: 1.0.182 -- Release Build+4bfe27db363eb1b4bd575c1526618234db29d516
public bool UseAnsiQuotes { get; set; }
Public Property UseAnsiQuotes As Boolean
Get
Set
public:
property bool UseAnsiQuotes {
bool get ();
void set (bool value);
}
function get_UseAnsiQuotes();
function set_UseAnsiQuotes(value);
Property Value
Boolean
If true, ANSI standard double-quotes will be used for escaping the identifier; otherwise,
the escaping identifier will be based on the connected database type.