Aracılığıyla paylaş


RelationalQueryModelVisitor.ShouldApplyDefiningQuery Yöntem

Tanım

Hedef varlık türünü sorgularken tanımlama sorgusunun uygulanıp uygulanmayacağını belirleyin.

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

Parametreler

entityType
IEntityType

Hedef varlık türü.

querySource
Remotion.Linq.Clauses.IQuerySource

Hedef sorgu kaynağı.

Döndürülenler

Hedef türün bir tanımlama sorgusu uygulanmış olması gerekiyorsa true.

Şunlara uygulanır