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