EntitySetBase::EntityContainer Property

 

Gets the entity container of the current entity or relationship set.

Namespace:   System.Data.Metadata.Edm
Assembly:  System.Data.Entity (in System.Data.Entity.dll)

public:
property EntityContainer^ EntityContainer {
	EntityContainer^ get();
}

Property Value

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

An EntityContainer object that represents the entity container of the current entity or relationship set.

.NET Framework
Available since 3.5
Return to top
Show: