DbContext.Entry Method
Namespace:
System.Data.Entity
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | Entry(Object) | Gets a DbEntityEntry object for the given entity providing access to information about the entity and the ability to perform actions on the entity. |
![]() | Entry<TEntity>(TEntity) | Gets a DbEntityEntry<TEntity> object for the given entity providing access to information about the entity and the ability to perform actions on the entity. |
DbContext.Entry Method (Object)
Gets a DbEntityEntry object for the given entity providing access to information about the entity and the ability to perform actions on the entity.
Parameters
- entity
-
Type:
System.Object
The entity.
DbContext.Entry<TEntity> Method (TEntity)
Gets a DbEntityEntry<TEntity> object for the given entity providing access to information about the entity and the ability to perform actions on the entity.