DbModelExtensions Class

 
Note: This API is now obsolete.

Extension methods for DbModel.

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

System.Object
  System.Data.Entity.Core.Metadata.Edm.DbModelExtensions

[ObsoleteAttribute("ConceptualModel and StoreModel are now available as properties directly on DbModel.")]
public static class DbModelExtensions

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticGetConceptualModel(IEdmModelAdapter)

Obsolete.Gets the conceptual model from the specified DbModel.

System_CAPS_pubmethodSystem_CAPS_staticGetStoreModel(IEdmModelAdapter)

Obsolete.Gets the store model from the specified DbModel.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.