DbModelExtensions Class

Definition

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