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
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