EntityContainer.BaseEntitySets Property

 

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

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

public ReadOnlyMetadataCollection<EntitySetBase> BaseEntitySets { get; }

Property Value

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

A ReadOnlyMetadataCollection<T> object that contains a list of entity sets and association sets that this EntityContainer includes.