SqlSyntax.IsReservedKeywordForAny method
namespace: Serenity.Data assembly: Serenity.Net.Services
Returns true if the specified identifier is a SQL keyword in any of the known dialects.
public static bool IsReservedKeywordForAny(string identifier)
| parameter | description |
|---|---|
| identifier | Identifier |
See Also
- class SqlSyntax