Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DbEntityEntry<TEntity>Implicit Conversion (DbEntityEntry<TEntity>^ to DbEntityEntry^)

Entity Framework 6.0
 

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 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.

Return to top
Show: