DbModelExtensions Class
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.
Extension methods for DbModel.
[System.Obsolete("ConceptualModel and StoreModel are now available as properties directly on DbModel.")]
public static class DbModelExtensions
type DbModelExtensions = class
Public Module DbModelExtensions
- Inheritance
-
DbModelExtensions
- Attributes
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