EntityContainer::BaseEntitySets Property
.NET Framework (current version)
Gets a list of entity sets and association sets that this EntityContainer includes.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
public: property ReadOnlyMetadataCollection<EntitySetBase^>^ BaseEntitySets { ReadOnlyMetadataCollection<EntitySetBase^>^ get(); }
Property Value
Type: System.Data.Metadata.Edm::ReadOnlyMetadataCollection<EntitySetBase^>^A ReadOnlyMetadataCollection<T> object that contains a list of entity sets and association sets that this EntityContainer includes.
.NET Framework
Available since 3.5
Available since 3.5
Show: