DbModelExtensions 類別
[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 msdn.com/data/ef。]
注意:這個 API 現在已經過時。
DbModel 的擴充方法。
繼承階層
System.Object
System.Data.Entity.Core.Metadata.Edm.DbModelExtensions
命名空間: System.Data.Entity.Core.Metadata.Edm
組件: EntityFramework (在 EntityFramework.dll 中)
語法
'宣告
<ExtensionAttribute> _
<ObsoleteAttribute("ConceptualModel and StoreModel are now available as properties directly on DbModel.")> _
Public NotInheritable Class DbModelExtensions
'用途
[ObsoleteAttribute("ConceptualModel and StoreModel are now available as properties directly on DbModel.")]
public static class DbModelExtensions
[ExtensionAttribute]
[ObsoleteAttribute(L"ConceptualModel and StoreModel are now available as properties directly on DbModel.")]
public ref class DbModelExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ObsoleteAttribute("ConceptualModel and StoreModel are now available as properties directly on DbModel.")>]
type DbModelExtensions = class end
public final class DbModelExtensions
DbModelExtensions 類型會公開下列成員。
方法
名稱 | 描述 | |
---|---|---|
GetConceptualModel | 已過時。 從指定的 DbModel 取得概念模型。 | |
GetStoreModel | 已過時。 從指定的 DbModel 取得存放區模型。 |
靠上
執行緒安全
這個類型的任何 Public static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。並非所有的執行個體成員都是安全執行緒。