Click or drag to resize

TSQLTokenExtensionsIsCharacter 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 IsCharacter(
	this TSQLToken token,
	TSQLCharacters character
)

Parameters

token
Type: TSQL.TokensTSQLToken
character
Type: TSQLTSQLCharacters

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