DbModel Class
Represents an Entity Data Model (EDM) created by the DbModelBuilder. The Compile method can be used to go from this EDM representation to a DbCompiledModel which is a compiled snapshot of the model suitable for caching and creation of DbContext or ObjectContext instances.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | ConceptualModel | Gets the conceptual model. |
![]() | ConceptualToStoreMapping | Gets the mapping model. |
![]() | ProviderInfo | Gets the provider information. |
![]() | ProviderManifest | Gets the provider manifest. |
![]() | StoreModel | Gets the store model. |
Name | Description | |
---|---|---|
![]() | Compile() | Creates a DbCompiledModel for this mode which is a compiled snapshot suitable for caching and creation of DbContext instances. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | GetConceptualModel() | Obsolete.Gets the conceptual model from the specified DbModel.(Defined by DbModelExtensions.) |
![]() | GetStoreModel() | Obsolete.Gets the store model from the specified DbModel.(Defined by DbModelExtensions.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.