DbEntityEntry<TEntity> Implicit Conversion (DbEntityEntry<TEntity> to DbEntityEntry)
Returns a new instance of the non-generic DbEntityEntry class for the tracked entity represented by this object.
Assembly: EntityFramework (in EntityFramework.dll)
Parameters
- entry
-
Type:
System.Data.Entity.Infrastructure.DbEntityEntry<TEntity>
The object representing the tracked entity.