IEdmModelAdapter Interface

Definition

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