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.

Namespace:   System.Data.Entity.Infrastructure
Assembly:  EntityFramework (in EntityFramework.dll)

public static implicit operator DbEntityEntry (
	DbEntityEntry<TEntity> entry
)

Parameters

entry
Type: System.Data.Entity.Infrastructure.DbEntityEntry<TEntity>

The object representing the tracked entity.

Return Value

Type: System.Data.Entity.Infrastructure.DbEntityEntry

A non-generic version.