Click or drag to resize

TSQLTokenExtensionsIsFutureKeyword 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 IsFutureKeyword(
	this TSQLToken token,
	TSQLFutureKeywords keyword
)

Parameters

token
Type: TSQL.TokensTSQLToken
keyword
Type: TSQLTSQLFutureKeywords

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