SyntaxFactory.QueryExpression 메서드

정의

오버로드

QueryExpression(SyntaxList<QueryClauseSyntax>)

이 클래스는 쿼리 식을 나타냅니다. 쿼리 식은 한 행에 있는 하나 이상의 쿼리 연산자로 구성됩니다. 첫 번째 쿼리 연산자는 From 또는 Aggregate여야 합니다.

QueryExpression(QueryClauseSyntax[])

이 클래스는 쿼리 식을 나타냅니다. 쿼리 식은 한 행에 있는 하나 이상의 쿼리 연산자로 구성됩니다. 첫 번째 쿼리 연산자는 From 또는 Aggregate여야 합니다.

QueryExpression(SyntaxList<QueryClauseSyntax>)

Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb

이 클래스는 쿼리 식을 나타냅니다. 쿼리 식은 한 행에 있는 하나 이상의 쿼리 연산자로 구성됩니다. 첫 번째 쿼리 연산자는 From 또는 Aggregate여야 합니다.

public:
 static Microsoft::CodeAnalysis::VisualBasic::Syntax::QueryExpressionSyntax ^ QueryExpression(Microsoft::CodeAnalysis::SyntaxList<Microsoft::CodeAnalysis::VisualBasic::Syntax::QueryClauseSyntax ^> clauses);
public static Microsoft.CodeAnalysis.VisualBasic.Syntax.QueryExpressionSyntax QueryExpression (Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.VisualBasic.Syntax.QueryClauseSyntax> clauses);
static member QueryExpression : Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.VisualBasic.Syntax.QueryClauseSyntax> -> Microsoft.CodeAnalysis.VisualBasic.Syntax.QueryExpressionSyntax
Public Shared Function QueryExpression (clauses As SyntaxList(Of QueryClauseSyntax)) As QueryExpressionSyntax

매개 변수

clauses
SyntaxList<QueryClauseSyntax>

이 쿼리 식의 모든 쿼리 연산자 목록입니다. 이 목록에는 항상 하나 이상의 연산자가 포함됩니다.

반환

적용 대상

QueryExpression(QueryClauseSyntax[])

Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb
Source:
Syntax.xml.Main.Generated.vb

이 클래스는 쿼리 식을 나타냅니다. 쿼리 식은 한 행에 있는 하나 이상의 쿼리 연산자로 구성됩니다. 첫 번째 쿼리 연산자는 From 또는 Aggregate여야 합니다.

public:
 static Microsoft::CodeAnalysis::VisualBasic::Syntax::QueryExpressionSyntax ^ QueryExpression(... cli::array <Microsoft::CodeAnalysis::VisualBasic::Syntax::QueryClauseSyntax ^> ^ clauses);
public static Microsoft.CodeAnalysis.VisualBasic.Syntax.QueryExpressionSyntax QueryExpression (params Microsoft.CodeAnalysis.VisualBasic.Syntax.QueryClauseSyntax[] clauses);
static member QueryExpression : Microsoft.CodeAnalysis.VisualBasic.Syntax.QueryClauseSyntax[] -> Microsoft.CodeAnalysis.VisualBasic.Syntax.QueryExpressionSyntax
Public Shared Function QueryExpression (ParamArray clauses As QueryClauseSyntax()) As QueryExpressionSyntax

매개 변수

clauses
QueryClauseSyntax[]

이 쿼리 식의 모든 쿼리 연산자 목록입니다. 이 목록에는 항상 하나 이상의 연산자가 포함됩니다.

반환

적용 대상