Click or drag to resize

TSQLTokenExtensionsIsComment 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 IsComment(
	this TSQLToken token
)

Parameters

token
Type: TSQL.TokensTSQLToken

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