ObjectStateEntry::State Property

 

Gets or sets the state of the ObjectStateEntry.

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

public:
property EntityState State {
	virtual EntityState get() sealed;
	internal: virtual void set(EntityState value) sealed;
}

Property Value

Type: System.Data::EntityState

The state of the ObjectStateEntry.

.NET Framework
Available since 3.5
Return to top
Show: