RelationalQueryModelVisitor.LiftInjectedParameters 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.
Lifts the outer parameters injected into a subquery into the query expression that is being built by this query model visitor, so that the subquery can be lifted.
public virtual void LiftInjectedParameters (Microsoft.EntityFrameworkCore.Query.RelationalQueryModelVisitor subQueryModelVisitor);
abstract member LiftInjectedParameters : Microsoft.EntityFrameworkCore.Query.RelationalQueryModelVisitor -> unit
override this.LiftInjectedParameters : Microsoft.EntityFrameworkCore.Query.RelationalQueryModelVisitor -> unit
Public Overridable Sub LiftInjectedParameters (subQueryModelVisitor As RelationalQueryModelVisitor)
Parameters
- subQueryModelVisitor
- RelationalQueryModelVisitor
The query model visitor for the subquery being lifted.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework