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.

Definition

Namespace: Gemstone.Data.Model
Assembly: Gemstone.Data (in Gemstone.Data.dll) Version: 1.0.138 -- Release Build+f7ceb3e02ea3c92b27e86b99ae16cee337a20b9e
public bool UseAnsiQuotes { get; set; }

Property Value

Boolean

Remarks

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.

See Also