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 定義。) |
靠上