RelationalQueryModelVisitor.ShouldApplyDefiningQuery 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定在查询目标实体类型时是否应应用定义查询。
public override bool ShouldApplyDefiningQuery (Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, Remotion.Linq.Clauses.IQuerySource querySource);
override this.ShouldApplyDefiningQuery : Microsoft.EntityFrameworkCore.Metadata.IEntityType * Remotion.Linq.Clauses.IQuerySource -> bool
Public Overrides Function ShouldApplyDefiningQuery (entityType As IEntityType, querySource As IQuerySource) As Boolean
参数
- entityType
- IEntityType
目标实体类型。
- querySource
- Remotion.Linq.Clauses.IQuerySource
目标查询源。
返回
如果目标类型应应用定义查询,则为 true。