IEdmModelAdapter Interface
Note: This API is now obsolete.Namespace:
System.Data.Entity.Core.Metadata.Edm
Assembly: EntityFramework (in EntityFramework.dll)
An interface to get the underlying store and conceptual model for a DbModel.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | ConceptualModel | Obsolete.Gets the conceptual model. |
![]() | StoreModel | Obsolete.Gets the store model. |
Name | Description | |
---|---|---|
![]() | GetConceptualModel() | Obsolete.Gets the conceptual model from the specified DbModel.(Defined by DbModelExtensions.) |
![]() | GetStoreModel() | Obsolete.Gets the store model from the specified DbModel.(Defined by DbModelExtensions.) |