ISqlDialect.IsReservedKeyword method
namespace: Serenity.Data assembly: Serenity.Net.Services
Returns true if the specified identifier is a SQL keyword.
public bool IsReservedKeyword(string keyword)
| parameter | description |
|---|---|
| keyword |
See Also
- interface ISqlDialect