SqlSettings.AutoQuotedIdentifiers property

namespace: Serenity.Data   assemblySerenity.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