ISqlDialect.IsReservedKeyword method
Returns true if the specified identifier is a SQL keyword.
public bool IsReservedKeyword(string keyword)
| parameter | description |
|---|---|
| keyword | The identifier to check. |
Return Value
true if the identifier is a reserved SQL keyword; otherwise, false.
See Also
- interface ISqlDialect