Gets or sets a value indicating whether identifiers are quoted in generated SQL.
            
    Namespace: 
   Mindscape.LightSpeedAssembly: 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  |