namespace: Serenity.Data assembly: Serenity.Net.Data
Determines whether the specified string is a valid quoted SQL identifier.
public static bool IsValidQuotedIdentifier(string s)
parameter | description |
---|---|
s | The string. |
true
if valid quoted identifier; otherwise, false
.
- class SqlSyntax