ObjectStateEntry::EntitySet Property

 

Gets the EntitySetBase for the object or relationship.

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

public:
property EntitySetBase^ EntitySet {
	virtual EntitySetBase^ get() sealed;
}

Property Value

Type: System.Data.Metadata.Edm::EntitySetBase^

The EntitySetBase for the object or relationship.

.NET Framework
Available since 3.5
Return to top
Show: