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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework