DbModelExtensions 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
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 static class DbModelExtensions
type DbModelExtensions = class
Public Module DbModelExtensions
- 继承
-
DbModelExtensions
- 属性
方法
GetConceptualModel(IEdmModelAdapter) |
已过时.
从指定的 DbModel 中获取概念模型。 |
GetStoreModel(IEdmModelAdapter) |
已过时.
从指定的 DbModel 中获取存储模型。 |