TSQL Parser - A library for parsing TSQL statements
TSQL Parser - A library for parsing TSQL statements
TSQL Parser
TSQL.Tokens
TSQLToken Class
TSQLToken Properties
AsBinaryLiteral Property
AsCharacter Property
AsComment Property
AsIdentifier Property
AsKeyword Property
AsLiteral Property
AsMoneyLiteral Property
AsMultilineComment Property
AsNumericLiteral Property
AsOperator Property
AsSingleLineComment Property
AsStringLiteral Property
AsSystemIdentifier Property
AsSystemVariable Property
AsVariable Property
AsWhitespace Property
BeginPosition Property
EndPosition Property
IsComplete Property
Length Property
Text Property
Type Property
TSQLToken
AsMultilineComment Property
Namespace:
TSQL.Tokens
Assembly:
TSQL_Parser (in TSQL_Parser.dll) Version: 1.5.3.0 (1.5.3.0)
Syntax
C#
Copy
public
TSQLMultilineComment
AsMultilineComment
{
get
; }
Property Value
Type:
TSQLMultilineComment
See Also
Reference
TSQLToken Class
TSQL.Tokens Namespace