Condividi tramite


Interfaccia 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.]

Interfaccia che una classe di dati deve implementare se espone relazioni

Spazio dei nomi:  System.Data.Entity.Core.Objects.DataClasses
Assembly:  EntityFramework (in EntityFramework.dll)

Sintassi

'Dichiarazione
Public Interface IEntityWithRelationships
'Utilizzo
Dim instance As IEntityWithRelationships
public interface IEntityWithRelationships
public interface class IEntityWithRelationships
type IEntityWithRelationships =  interface end
public interface IEntityWithRelationships

Il tipo IEntityWithRelationships espone i seguenti membri.

Proprietà

  rapporti Descrizione
Proprietà pubblica RelationshipManager Restituisce il gestore delle relazioni che gestisce le relazioni per un'istanza di un tipo di entità.

In alto

Vedere anche

Riferimento

Spazio dei nomi System.Data.Entity.Core.Objects.DataClasses