TypeConventionConfiguration<T>.Having<TValue> Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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,TValue> Having<TValue> (Func<Type,TValue> capturingPredicate) where TValue : class;
member this.Having : Func<Type, 'Value (requires 'Value : null)> -> System.Data.Entity.ModelConfiguration.Configuration.TypeConventionWithHavingConfiguration<'T, 'Value (requires 'T : null and 'Value : null)> (requires 'Value : null)
Public Function Having(Of TValue As Class) (capturingPredicate As Func(Of Type, TValue)) As TypeConventionWithHavingConfiguration(Of T, TValue)
Paramètres de type
- TValue
Type de la valeur capturée.
Paramètres
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,TValue> instance afin que plusieurs appels puissent être chaînés.