SqlSettings.AutoQuotedIdentifiers property
Gets or sets a value indicating whether to automatically quote identifiers. This is used as a fallback if the dialect and DefaultDialect do not provide a value. Default is true.
public static bool AutoQuotedIdentifiers { get; set; }
Property Value
true if identifiers should be automatically quoted; otherwise, false.
See Also
- class SqlSettings