Share via


EntityContainer.RemoveEntitySetBase(EntitySetBase) Method

Definition

Removes a specific entity set from the container.

public void RemoveEntitySetBase (System.Data.Entity.Core.Metadata.Edm.EntitySetBase entitySetBase);
member this.RemoveEntitySetBase : System.Data.Entity.Core.Metadata.Edm.EntitySetBase -> unit

Parameters

entitySetBase
EntitySetBase

The entity set to remove.

Applies to