DbModelExtensions.GetConceptualModel Method (IEdmModelAdapter)

 
Note: This API is now obsolete.

Gets the conceptual model from the specified DbModel.

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

[ObsoleteAttribute("ConceptualModel is now available as a property directly on DbModel.")]
public static EdmModel GetConceptualModel(
	this IEdmModelAdapter model
)

Parameters

model
Type: System.Data.Entity.Core.Metadata.Edm.IEdmModelAdapter

An instance of a class that implements IEdmModelAdapter (ex. DbModel).

Return Value

Type: System.Data.Entity.Core.Metadata.Edm.EdmModel

An instance of EdmModel that represents the conceptual model.