Click or drag to resize

TSQLTokenExtensionsIsKeyword Method

Namespace:  TSQL.Tokens
Assembly:  TSQL_Parser (in TSQL_Parser.dll) Version: 1.5.3.0 (1.5.3.0)
Syntax
C#
public static bool IsKeyword(
	this TSQLToken token,
	TSQLKeywords keyword
)

Parameters

token
Type: TSQL.TokensTSQLToken
keyword
Type: TSQLTSQLKeywords

Return Value

Type: Boolean

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type TSQLToken. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also