Sdílet prostřednictvím


TypeConventionConfiguration.Having<T>(Func<Type,T>) Metoda

Definice

Filtruje typy entit, na které se tato konvence vztahuje, na základě predikátu při zachycení hodnoty, která se použije později během konfigurace.

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)

Parametry typu

T

Typ zachycené hodnoty.

Parametry

capturingPredicate
Func<Type,T>

Funkce pro zachycení hodnoty pro každý typ entity. Pokud je hodnota null, bude typ entity odfiltrován.

Návraty

Instance TypeConventionWithHavingConfiguration<T> , aby bylo možné zřetězených více volání.

Platí pro