ObjectSet<TEntity>::EntitySet Property

.NET Framework (current version)
 

Gets the metadata of the entity set represented by this ObjectSet<TEntity> instance.

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

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

Property Value

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

An EntitySet object.

.NET Framework
Available since 4.0
Return to top
Show: