Partager via


TypeConventionConfiguration.Having<T>(Func<Type,T>) Méthode

Définition

Filtre les types d’entités auxquels cette convention s’applique en fonction d’un prédicat lors de la capture d’une valeur à utiliser ultérieurement pendant la configuration.

public System.Data.Entity.ModelConfiguration.Configuration.TypeConventionWithHavingConfiguration<T> Having<T> (Func<Type,T> capturingPredicate) where T : class;
member this.Having : Func<Type, 'T (requires 'T : null)> -> System.Data.Entity.ModelConfiguration.Configuration.TypeConventionWithHavingConfiguration<'T (requires 'T : null)> (requires 'T : null)
Public Function Having(Of T As Class) (capturingPredicate As Func(Of Type, T)) As TypeConventionWithHavingConfiguration(Of T)

Paramètres de type

T

Type de la valeur capturée.

Paramètres

capturingPredicate
Func<Type,T>

Fonction permettant de capturer une valeur pour chaque type d’entité. Si la valeur est null, le type d’entité est filtré.

Retours

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

S’applique à