This topic has not yet been rated - Rate this topic

TSql100Parser.ParseSubQueryExpressionWithOptionalCTE Method

SQL Server 2012

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method ParseSubQueryExpressionWithOptionalCTE(TextReader, IList<ParseError>) Parses an input string to get a subquery expression with optional common table expression and xml namespaces with the specified input reader. (Inherited from TSqlParser.)
Public method ParseSubQueryExpressionWithOptionalCTE(TextReader, IList<ParseError>, Int32, Int32, Int32) Parses an input string to get a subquery expression with optional common table expression and xml namespaces. This will return null, if there were any errors. (Overrides TSqlParser.ParseSubQueryExpressionWithOptionalCTE(TextReader, IList<ParseError>, Int32, Int32, Int32).)
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.