SqlSyntax.AutoBracketValid method

namespace: Serenity.Data   assemblySerenity.Net.Data

Automatically brackets the string based on SqlSettings.AutoQuotedIdentifier setting, only if the identifier is valid.

public static string AutoBracketValid(string s)
parameter description
s The string.

See Also