ISqlDialect.AutoQuotedIdentifiers property
namespace: Serenity.Data assembly: Serenity.Net.Services
Gets a value indicating whether to automatically quote identifiers. Default is null, e.g. SqlSettings.AutoQuotedIdentifiers is used, which itself is false by default, but usually set to true in applications.
public bool? AutoQuotedIdentifiers { get; }
See Also
- interface ISqlDialect