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>::Entity Property

Entity Framework 6.0
 

Gets the entity.

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

public:
property TEntity Entity {
	TEntity get();
}

Property Value

Type: TEntity

The entity.

Return to top
Show: