Metodo IRelatedEnd.Add (IEntityWithRelationships)
[Questa pagina è specifica della versione 6 di Entity Framework. La versione più recente è disponibile come pacchetto NuGet per "Entity Framework". Per ulteriori informazioni su Entity Framework, vedere la pagina msdn.com/data/ef.]
Aggiunge un oggetto all'entità finale correlata.
Spazio dei nomi: System.Data.Entity.Core.Objects.DataClasses
Assembly: EntityFramework (in EntityFramework.dll)
Sintassi
'Dichiarazione
Sub Add ( _
entity As IEntityWithRelationships _
)
'Utilizzo
Dim instance As IRelatedEnd
Dim entity As IEntityWithRelationships
instance.Add(entity)
void Add(
IEntityWithRelationships entity
)
void Add(
IEntityWithRelationships^ entity
)
abstract Add :
entity:IEntityWithRelationships -> unit
function Add(
entity : IEntityWithRelationships
)
Parametri
- entity
Tipo: System.Data.Entity.Core.Objects.DataClasses.IEntityWithRelationships
Oggetto da aggiungere alla raccolta. entity deve implementare IEntityWithRelationships.