DbContext.Dispose Method (Boolean)
Entity Framework 5.0
Disposes the context. The underlying ObjectContext is also disposed if it was created is by this context or ownership was passed to this context when this context was created. The connection to the database (DbConnection object) is also disposed if it was created is by this context or ownership was passed to this context when this context was created.
Namespace: System.Data.Entity
Assembly: EntityFramework (in EntityFramework.dll)
Show: