EntityContainer.EntitySets Property

 

Gets the entity sets for this entity container.

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

public ReadOnlyMetadataCollection<EntitySet> EntitySets { get; }

Property Value

Type: System.Data.Entity.Core.Metadata.Edm.ReadOnlyMetadataCollection<EntitySet>

The entity sets for this entity container .