Sdílet prostřednictvím


RelationalQueryModelVisitor.ShouldApplyDefiningQuery Metoda

Definice

Určete, jestli se má při dotazování typu cílové entity použít definující dotaz.

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

Parametry

entityType
IEntityType

Typ cílové entity.

querySource
Remotion.Linq.Clauses.IQuerySource

Cílový zdroj dotazu.

Návraty

true, pokud cílový typ má mít použitý definující dotaz.

Platí pro