EntityQueryModelVisitor.IntroduceTransparentScope 方法

定义

此 API 支持 Entity Framework Core 基础结构,不应直接从代码使用。 将来的版本中可能会更改或删除此 API。

protected virtual void IntroduceTransparentScope (Remotion.Linq.Clauses.IQuerySource querySource, Remotion.Linq.QueryModel queryModel, int index, Type transparentIdentifierType);
abstract member IntroduceTransparentScope : Remotion.Linq.Clauses.IQuerySource * Remotion.Linq.QueryModel * int * Type -> unit
override this.IntroduceTransparentScope : Remotion.Linq.Clauses.IQuerySource * Remotion.Linq.QueryModel * int * Type -> unit
Protected Overridable Sub IntroduceTransparentScope (querySource As IQuerySource, queryModel As QueryModel, index As Integer, transparentIdentifierType As Type)

参数

querySource
Remotion.Linq.Clauses.IQuerySource
queryModel
Remotion.Linq.QueryModel
index
Int32
transparentIdentifierType
Type

适用于