Partager via


TypeConventionConfiguration.Where(Func<Type,Boolean>) Méthode

Définition

Filtre les types d’entités auxquels cette convention s’applique en fonction d’un prédicat.

public System.Data.Entity.ModelConfiguration.Configuration.TypeConventionConfiguration Where (Func<Type,bool> predicate);
member this.Where : Func<Type, bool> -> System.Data.Entity.ModelConfiguration.Configuration.TypeConventionConfiguration
Public Function Where (predicate As Func(Of Type, Boolean)) As TypeConventionConfiguration

Paramètres

predicate
Func<Type,Boolean>

Fonction permettant de tester chaque type d’entité pour une condition.

Retours

Une TypeConventionConfiguration instance afin que plusieurs appels puissent être chaînés.

S’applique à