ObjectStateEntry::IEntityChangeTracker::EntityState Property

 

Gets the EntityState for the ObjectStateEntry.

Namespace:   System.Data.Objects
Assembly:  System.Data.Entity (in System.Data.Entity.dll)

private:
property EntityState EntityState {
	virtual EntityState get() sealed = IEntityChangeTracker::EntityState::get;
}

Property Value

Type: System.Data::EntityState

The EntityState for the ObjectStateEntry.

.NET Framework
Available since 3.5
Return to top
Show: