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. |