This topic has not yet been rated - Rate this topic

DbPropertyEntry.EntityEntry Property

Entity Framework 5.0

The DbEntityEntry to which this property belongs.

Namespace:  System.Data.Entity.Infrastructure
Assembly:  EntityFramework (in EntityFramework.dll)
public override DbEntityEntry EntityEntry { get; }

Property Value

Type: System.Data.Entity.Infrastructure.DbEntityEntry
An entry for the entity that owns this property.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.