EntityContainer.AddEntitySetBase Method (EntitySetBase)

 

Adds the specified entity set to the container.

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

public void AddEntitySetBase(
	EntitySetBase entitySetBase
)

Parameters

entitySetBase
Type: System.Data.Entity.Core.Metadata.Edm.EntitySetBase

The entity set to add.