SqlSettings.AutoQuotedIdentifiers property
namespace: Serenity.Data assembly: Serenity.Net.Data
Gets or sets a value indicating whether to automatically quote identifiers.
public static bool AutoQuotedIdentifiers { get; set; }
Property Value
true if should automatically quote identifiers; otherwise, false.
See Also
- class SqlSettings