IEdmModelAdapter Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
ConceptualModel and StoreModel are now available as properties directly on DbModel.
An interface to get the underlying store and conceptual model for a DbModel.
[System.Obsolete("ConceptualModel and StoreModel are now available as properties directly on DbModel.")]
public interface IEdmModelAdapter
type IEdmModelAdapter = interface
Public Interface IEdmModelAdapter
- Derived
- Attributes
Properties
ConceptualModel |
Obsolete.
Gets the conceptual model. |
StoreModel |
Obsolete.
Gets the store model. |
Extension Methods
GetConceptualModel(IEdmModelAdapter) |
Obsolete.
Gets the conceptual model from the specified DbModel. |
GetStoreModel(IEdmModelAdapter) |
Obsolete.
Gets the store model from the specified DbModel. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework