Skip to content

SqlSyntax.IsValidQuotedIdentifier method

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