RelationalQueryModelVisitor.CompileGroupJoinInnerSequenceExpression 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.
Compile a group join inner sequence expression.
protected override System.Linq.Expressions.Expression CompileGroupJoinInnerSequenceExpression (Remotion.Linq.Clauses.GroupJoinClause groupJoinClause, Remotion.Linq.QueryModel queryModel);
override this.CompileGroupJoinInnerSequenceExpression : Remotion.Linq.Clauses.GroupJoinClause * Remotion.Linq.QueryModel -> System.Linq.Expressions.Expression
Protected Overrides Function CompileGroupJoinInnerSequenceExpression (groupJoinClause As GroupJoinClause, queryModel As QueryModel) As Expression
Parameters
- groupJoinClause
- Remotion.Linq.Clauses.GroupJoinClause
The group join clause being compiled.
- queryModel
- Remotion.Linq.QueryModel
The query model.
Returns
An Expression.
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.
Entity Framework