TSqlParserToken.IsKeyword Method

Definition

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.

Applies to