Partager via


TypeConventionConfiguration<T>.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<T> Where (Func<Type,bool> predicate);
member this.Where : Func<Type, bool> -> System.Data.Entity.ModelConfiguration.Configuration.TypeConventionConfiguration<'T (requires 'T : null)>
Public Function Where (predicate As Func(Of Type, Boolean)) As TypeConventionConfiguration(Of T)

Paramètres

predicate
Func<Type,Boolean>

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

Retours

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

S’applique à