IEdmModelAdapter 接口

定义

注意

ConceptualModel and StoreModel are now available as properties directly on DbModel.

一个接口,用于获取 的基础 DbModel存储和概念模型。

[System.Obsolete("ConceptualModel and StoreModel are now available as properties directly on DbModel.")]
public interface IEdmModelAdapter
type IEdmModelAdapter = interface
Public Interface IEdmModelAdapter
派生
属性

属性

ConceptualModel
已过时.

获取概念模型。

StoreModel
已过时.

获取存储模型。

扩展方法

GetConceptualModel(IEdmModelAdapter)
已过时.

从指定的 DbModel 中获取概念模型。

GetStoreModel(IEdmModelAdapter)
已过时.

从指定的 DbModel 中获取存储模型。

适用于