| TSQLStatementReaderParseStatements Method |
Namespace:
TSQL
Assembly:
TSQL_Parser (in TSQL_Parser.dll) Version: 1.5.3.0 (1.5.3.0)
Syntax public static List<TSQLStatement> ParseStatements(
string tsqlText,
bool useQuotedIdentifiers = false,
bool includeWhitespace = false
)
Parameters
- tsqlText
- Type: SystemString
- useQuotedIdentifiers (Optional)
- Type: SystemBoolean
- includeWhitespace (Optional)
- Type: SystemBoolean
Return Value
Type:
ListTSQLStatementSee Also