共用方式為


IEdmModelAdapter 介面

[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 msdn.com/data/ef。]

注意:這個 API 現在已經過時。

用來取得 DbModel 之基礎存放區和概念模型的介面。

命名空間:  System.Data.Entity.Core.Metadata.Edm
組件:  EntityFramework (在 EntityFramework.dll 中)

語法

'宣告
<ObsoleteAttribute("ConceptualModel and StoreModel are now available as properties directly on DbModel.")> _
Public Interface IEdmModelAdapter
'用途
Dim instance As IEdmModelAdapter
[ObsoleteAttribute("ConceptualModel and StoreModel are now available as properties directly on DbModel.")]
public interface IEdmModelAdapter
[ObsoleteAttribute(L"ConceptualModel and StoreModel are now available as properties directly on DbModel.")]
public interface class IEdmModelAdapter
[<ObsoleteAttribute("ConceptualModel and StoreModel are now available as properties directly on DbModel.")>]
type IEdmModelAdapter =  interface end
public interface IEdmModelAdapter

IEdmModelAdapter 類型會公開下列成員。

屬性

  名稱 描述
公用屬性 ConceptualModel 已過時。 取得概念模型。
公用屬性 StoreModel 已過時。 取得存放區模型。

靠上

擴充方法

  名稱 描述
公用擴充方法 GetConceptualModel 從指定的 DbModel 取得概念模型。 (以 DbModelExtensions 定義。)
公用擴充方法 GetStoreModel 從指定的 DbModel 取得存放區模型。 (以 DbModelExtensions 定義。)

靠上

請參閱

參考

System.Data.Entity.Core.Metadata.Edm 命名空間