Condividi tramite


Proprietà EntityObject.IEntityWithRelationships.RelationshipManager

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

Restituisce il contenitore per i riferimenti, le raccolte e gli oggetti delle proprietà di navigazione della relazione creati in modo differito.

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

Sintassi

'Dichiarazione
<SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")> _
Private ReadOnly Property RelationshipManager As RelationshipManager 
    Implements IEntityWithRelationships.RelationshipManager 
    Get
'Utilizzo
Dim instance As EntityObject 
Dim value As RelationshipManager 

value = CType(instance, IEntityWithRelationships).RelationshipManager
[SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
RelationshipManager IEntityWithRelationships.RelationshipManager { get; }
[SuppressMessageAttribute(L"Microsoft.Design", L"CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
private:
virtual property RelationshipManager^ RelationshipManager {
    RelationshipManager^ get () sealed = IEntityWithRelationships::RelationshipManager::get;
}
[<SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")>]
private abstract RelationshipManager : RelationshipManager
[<SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")>]
private override RelationshipManager : RelationshipManager
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Valore proprietà

Tipo: System.Data.Entity.Core.Objects.DataClasses.RelationshipManager

Implements

IEntityWithRelationships.RelationshipManager

Vedere anche

Riferimento

EntityObject Classe

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