Condividi tramite


EdmModel.AddItem Metodo

Definizione

Overload

AddItem(AssociationType)

Aggiunge un tipo di associazione al modello.

AddItem(ComplexType)

Aggiunge un tipo complesso al modello.

AddItem(EdmFunction)

Aggiunge una funzione al modello.

AddItem(EntityType)

Aggiunge un tipo di entità al modello.

AddItem(EnumType)

Aggiunge un tipo di enumerazione al modello.

AddItem(AssociationType)

Aggiunge un tipo di associazione al modello.

public void AddItem (System.Data.Entity.Core.Metadata.Edm.AssociationType item);
member this.AddItem : System.Data.Entity.Core.Metadata.Edm.AssociationType -> unit
Public Sub AddItem (item As AssociationType)

Parametri

item
AssociationType

Istanza di AssociationType da aggiungere.

Si applica a

AddItem(ComplexType)

Aggiunge un tipo complesso al modello.

public void AddItem (System.Data.Entity.Core.Metadata.Edm.ComplexType item);
member this.AddItem : System.Data.Entity.Core.Metadata.Edm.ComplexType -> unit
Public Sub AddItem (item As ComplexType)

Parametri

item
ComplexType

Istanza di ComplexType da aggiungere.

Si applica a

AddItem(EdmFunction)

Aggiunge una funzione al modello.

public void AddItem (System.Data.Entity.Core.Metadata.Edm.EdmFunction item);
member this.AddItem : System.Data.Entity.Core.Metadata.Edm.EdmFunction -> unit
Public Sub AddItem (item As EdmFunction)

Parametri

item
EdmFunction

Istanza di EdmFunction da aggiungere.

Si applica a

AddItem(EntityType)

Aggiunge un tipo di entità al modello.

public void AddItem (System.Data.Entity.Core.Metadata.Edm.EntityType item);
member this.AddItem : System.Data.Entity.Core.Metadata.Edm.EntityType -> unit
Public Sub AddItem (item As EntityType)

Parametri

item
EntityType

Istanza di EntityType da aggiungere.

Si applica a

AddItem(EnumType)

Aggiunge un tipo di enumerazione al modello.

public void AddItem (System.Data.Entity.Core.Metadata.Edm.EnumType item);
member this.AddItem : System.Data.Entity.Core.Metadata.Edm.EnumType -> unit
Public Sub AddItem (item As EnumType)

Parametri

item
EnumType

Istanza di EnumType da aggiungere.

Si applica a