DbModel Class
Entity Framework 5.0
Represents an Entity Data Model (EDM) created by the DbModelBuilder. The Compile method can be used to convert from an EDM representation to a DbCompiledModel which is a compiled snapshot of the model suitable for caching and creation of DbContext or ObjectContext instances.
Namespace: System.Data.Entity.Infrastructure
Assembly: EntityFramework (in EntityFramework.dll)
The DbModel type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Compile | Creates a DbCompiledModel for this mode which is a compiled snapshot suitable for caching and creation of DbContext instances. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Show:
