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