EntityContainer::BaseEntitySets Property

 

Gets a list of entity sets and association sets that this EntityContainer includes.

Namespace:   System.Data.Metadata.Edm
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
Return to top
Show: