Freigeben über


EntityContainer.RemoveEntitySetBase-Methode

[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]

Entfernt eine bestimmte Entitätenmenge aus dem Container.

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

Syntax

'Declaration
Public Sub RemoveEntitySetBase ( _
    entitySetBase As EntitySetBase _
)
'Usage
Dim instance As EntityContainer 
Dim entitySetBase As EntitySetBase

instance.RemoveEntitySetBase(entitySetBase)
public void RemoveEntitySetBase(
    EntitySetBase entitySetBase
)
public:
void RemoveEntitySetBase(
    EntitySetBase^ entitySetBase
)
member RemoveEntitySetBase : 
        entitySetBase:EntitySetBase -> unit
public function RemoveEntitySetBase(
    entitySetBase : EntitySetBase
)

Parameter

Siehe auch

Verweis

EntityContainer Klasse

System.Data.Entity.Core.Metadata.Edm-Namespace