Click or drag to resize

TSQLTokenizerParseTokens Method

Namespace:  TSQL
Assembly:  TSQL_Parser (in TSQL_Parser.dll) Version: 1.5.3.0 (1.5.3.0)
Syntax
C#
public static List<TSQLToken> ParseTokens(
	string tsqlText,
	bool useQuotedIdentifiers = false,
	bool includeWhitespace = false
)

Parameters

tsqlText
Type: SystemString
useQuotedIdentifiers (Optional)
Type: SystemBoolean
includeWhitespace (Optional)
Type: SystemBoolean

Return Value

Type: ListTSQLToken
See Also