DbModelExtensions.GetStoreModel(IEdmModelAdapter) 方法

定义

注意

StoreModel is now available as a property directly on DbModel.

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

[System.Obsolete("StoreModel is now available as a property directly on DbModel.")]
public static System.Data.Entity.Core.Metadata.Edm.EdmModel GetStoreModel (this System.Data.Entity.Core.Metadata.Edm.IEdmModelAdapter model);
static member GetStoreModel : System.Data.Entity.Core.Metadata.Edm.IEdmModelAdapter -> System.Data.Entity.Core.Metadata.Edm.EdmModel
<Extension()>
Public Function GetStoreModel (model As IEdmModelAdapter) As EdmModel

参数

model
IEdmModelAdapter

实现 IEdmModelAdapter (dbModel) 的类的实例。

返回

表示商店模型的 EdmModel 实例。

属性

适用于