DbModelExtensions 类

定义

注意

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 中获取存储模型。

适用于