Condividi tramite


IRelatedEnd.Add Metodo

Definizione

Overload

Add(IEntityWithRelationships)

Aggiunge un oggetto all'entità finale correlata.

Add(Object)

Aggiunge un oggetto all'entità finale correlata.

Add(IEntityWithRelationships)

Aggiunge un oggetto all'entità finale correlata.

public void Add (System.Data.Entity.Core.Objects.DataClasses.IEntityWithRelationships entity);
abstract member Add : System.Data.Entity.Core.Objects.DataClasses.IEntityWithRelationships -> unit
Public Sub Add (entity As IEntityWithRelationships)

Parametri

entity
IEntityWithRelationships

Oggetto da aggiungere alla raccolta. l'entità deve implementare IEntityWithRelationships .

Si applica a

Add(Object)

Aggiunge un oggetto all'entità finale correlata.

public void Add (object entity);
abstract member Add : obj -> unit
Public Sub Add (entity As Object)

Parametri

entity
Object

Oggetto da aggiungere alla raccolta.

Si applica a