Partager via


RelationalEntityShaperExpression.GenerateMaterializationCondition Méthode

Définition

Crée une expression de pour déterminer le type d’entité Func<T,TResult> à matérialiser.

protected override System.Linq.Expressions.LambdaExpression GenerateMaterializationCondition (Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, bool nullable);
override this.GenerateMaterializationCondition : Microsoft.EntityFrameworkCore.Metadata.IEntityType * bool -> System.Linq.Expressions.LambdaExpression
Protected Overrides Function GenerateMaterializationCondition (entityType As IEntityType, nullable As Boolean) As LambdaExpression

Paramètres

entityType
IEntityType

Type d’entité pour lequel créer une condition de matérialisation.

nullable
Boolean

Indique si cette entité instance peut être null.

Retours

Expression de la condition de Func<T,TResult> représentation de la materilisation pour le type d’entité.

S’applique à