Click or drag to resize

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: GSF.Data.Model
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.249-beta+56964f8aed6f3f2e54faec1539f7ce0ba6548fdf
Syntax
public bool UseAnsiQuotes { get; set; }
View Source

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