IEdmModelAdapter Interface

 
Note: This API is now obsolete.

An interface to get the underlying store and conceptual model for a DbModel.

Namespace:   System.Data.Entity.Core.Metadata.Edm
Assembly:  EntityFramework (in EntityFramework.dll)

[ObsoleteAttribute("ConceptualModel and StoreModel are now available as properties directly on DbModel.")]
public interface IEdmModelAdapter

NameDescription
System_CAPS_pubpropertyConceptualModel

Obsolete.Gets the conceptual model.

System_CAPS_pubpropertyStoreModel

Obsolete.Gets the store model.

NameDescription
System_CAPS_pubmethodGetConceptualModel()

Obsolete.Gets the conceptual model from the specified DbModel.(Defined by DbModelExtensions.)

System_CAPS_pubmethodGetStoreModel()

Obsolete.Gets the store model from the specified DbModel.(Defined by DbModelExtensions.)