Metodo IRelatedEnd.Attach (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.]
Definisce una relazione tra due oggetti connessi.
Spazio dei nomi: System.Data.Entity.Core.Objects.DataClasses
Assembly: EntityFramework (in EntityFramework.dll)
Sintassi
'Dichiarazione
Sub Attach ( _
entity As IEntityWithRelationships _
)
'Utilizzo
Dim instance As IRelatedEnd
Dim entity As IEntityWithRelationships
instance.Attach(entity)
void Attach(
IEntityWithRelationships entity
)
void Attach(
IEntityWithRelationships^ entity
)
abstract Attach :
entity:IEntityWithRelationships -> unit
function Attach(
entity : IEntityWithRelationships
)
Parametri
- entity
Tipo: System.Data.Entity.Core.Objects.DataClasses.IEntityWithRelationships
Oggetto da connettere. entity deve implementare IEntityWithRelationships.