TSqlParserToken.IsKeyword Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if the token is a language keyword.
public bool IsKeyword ();
member this.IsKeyword : unit -> bool
Public Function IsKeyword () As Boolean
Returns
True if the token is a language keyword, else false.