Método TSqlParser.ParseSubQueryExpressionWithOptionalCTE
Incluir membros protegidos
Incluir membros herdados
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.
Esse membro está sobrecarregado. Para obter informações mais completas sobre esse membro, incluindo sintaxe, uso e exemplos, clique em um nome na lista de sobrecarga.
Lista de sobrecargas
Nome | Descrição | |
---|---|---|
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. | |
ParseSubQueryExpressionWithOptionalCTE(TextReader, IList<ParseError>%, Int32, Int32, Int32) | Parses an input string to get a subquery expression with optional common table expression and xml namespaces with the specified input reader. |
Início