Freigeben über


EdmModel.RemoveItem-Methode (EnumType)

[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 einen Aufzählungstyp aus dem Modell.

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

Syntax

'Declaration
Public Sub RemoveItem ( _
    item As EnumType _
)
'Usage
Dim instance As EdmModel 
Dim item As EnumType

instance.RemoveItem(item)
public void RemoveItem(
    EnumType item
)
public:
void RemoveItem(
    EnumType^ item
)
member RemoveItem : 
        item:EnumType -> unit
public function RemoveItem(
    item : EnumType
)

Parameter

Siehe auch

Verweis

EdmModel Klasse

RemoveItem-Überladung

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