DbContext::Entry Method (Object)
Entity Framework 5.0
Gets a DbEntityEntry object for the given entity providing access to information about the entity and the ability to perform actions on the entity.
Namespace: System.Data.Entity
Assembly: EntityFramework (in EntityFramework.dll)
Parameters
- entity
- Type: System::Object
The entity.
Show: