Gets or sets a value indicating whether identifiers are quoted in generated SQL.

Namespace:  Mindscape.LightSpeed
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public bool QuoteIdentifiers { get; set; }
Visual Basic (Declaration)
Public Property QuoteIdentifiers As Boolean

Field Value

true if identifiers are quoted; otherwise, false.

See Also