SyntaxFactory.QueryExpression(FromClauseSyntax, QueryBodySyntax) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new QueryExpressionSyntax instance.
public:
static Microsoft::CodeAnalysis::CSharp::Syntax::QueryExpressionSyntax ^ QueryExpression(Microsoft::CodeAnalysis::CSharp::Syntax::FromClauseSyntax ^ fromClause, Microsoft::CodeAnalysis::CSharp::Syntax::QueryBodySyntax ^ body);
public static Microsoft.CodeAnalysis.CSharp.Syntax.QueryExpressionSyntax QueryExpression (Microsoft.CodeAnalysis.CSharp.Syntax.FromClauseSyntax fromClause, Microsoft.CodeAnalysis.CSharp.Syntax.QueryBodySyntax body);
static member QueryExpression : Microsoft.CodeAnalysis.CSharp.Syntax.FromClauseSyntax * Microsoft.CodeAnalysis.CSharp.Syntax.QueryBodySyntax -> Microsoft.CodeAnalysis.CSharp.Syntax.QueryExpressionSyntax
Public Shared Function QueryExpression (fromClause As FromClauseSyntax, body As QueryBodySyntax) As QueryExpressionSyntax
Parameters
- fromClause
- FromClauseSyntax
- body
- QueryBodySyntax
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.