Whether identifiers should be quoted in generated SQL

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

Syntax

C#
[ConfigurationPropertyAttribute("quoteIdentifiers")]
public Nullable<bool> QuoteIdentifiers { get; }
Visual Basic (Declaration)
<ConfigurationPropertyAttribute("quoteIdentifiers")> _
Public ReadOnly Property QuoteIdentifiers As Nullable(Of Boolean)

See Also