SqlSyntax.IsValidQuotedIdentifier method

namespace: Serenity.Data   assemblySerenity.Net.Data

Determines whether the specified string is a valid quoted SQL identifier.

public static bool IsValidQuotedIdentifier(string s)
parameter description
s The string.

Return Value

true if valid quoted identifier; otherwise, false.

See Also