TypeConventionConfiguration<T>.Where(Func<Type,Boolean>) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
根據述詞篩選套用此慣例的實體類型。
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)
參數
傳回
TypeConventionConfiguration<T>實例,讓多個呼叫可以鏈結。