DbModelBuilder.Types 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
Types() |
開始設定適用于模型中所有實體和複雜類型的輕量型慣例。 |
Types<T>() |
開始設定輕量型慣例,此慣例適用于繼承自泛型引數或實作泛型引數所指定之型別的所有實體和複雜類型。 這個方法不會將類型註冊為模型的一部分。 |
Types()
開始設定適用于模型中所有實體和複雜類型的輕量型慣例。
public System.Data.Entity.ModelConfiguration.Configuration.TypeConventionConfiguration Types ();
member this.Types : unit -> System.Data.Entity.ModelConfiguration.Configuration.TypeConventionConfiguration
Public Function Types () As TypeConventionConfiguration
傳回
慣例的組態物件。
適用於
Types<T>()
開始設定輕量型慣例,此慣例適用于繼承自泛型引數或實作泛型引數所指定之型別的所有實體和複雜類型。 這個方法不會將類型註冊為模型的一部分。
public System.Data.Entity.ModelConfiguration.Configuration.TypeConventionConfiguration<T> Types<T> () where T : class;
member this.Types : unit -> System.Data.Entity.ModelConfiguration.Configuration.TypeConventionConfiguration<'T (requires 'T : null)> (requires 'T : null)
Public Function Types(Of T As Class) () As TypeConventionConfiguration(Of T)
類型參數
- T
此慣例將套用的實體或複雜型別類型類型。
傳回
慣例的組態物件。