EdmModel.AddItem-Methode (ComplexType)
[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.]
Fügt dem Modell einen komplexen Typ hinzu.
Namespace: System.Data.Entity.Core.Metadata.Edm
Assembly: EntityFramework (in EntityFramework.dll)
Syntax
'Declaration
Public Sub AddItem ( _
item As ComplexType _
)
'Usage
Dim instance As EdmModel
Dim item As ComplexType
instance.AddItem(item)
public void AddItem(
ComplexType item
)
public:
void AddItem(
ComplexType^ item
)
member AddItem :
item:ComplexType -> unit
public function AddItem(
item : ComplexType
)
Parameter
- item
Typ: System.Data.Entity.Core.Metadata.Edm.ComplexType
Die hinzuzufügende ComplexType-Instanz.