Freigeben über


DbRelationshipNavigationExpression.Relationship-Eigenschaft

[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]

Ruft die Metadaten für die Beziehung ab, die navigiert wird

Namespace:  System.Data.Entity.Core.Common.CommandTrees
Assembly:  EntityFramework (in EntityFramework.dll)

Syntax

'Declaration
Public ReadOnly Property Relationship As RelationshipType 
    Get
'Usage
Dim instance As DbRelationshipNavigationExpression 
Dim value As RelationshipType 

value = instance.Relationship
public RelationshipType Relationship { get; }
public:
property RelationshipType^ Relationship {
    RelationshipType^ get ();
}
member Relationship : RelationshipType
function get Relationship () : RelationshipType

Eigenschaftswert

Typ: System.Data.Entity.Core.Metadata.Edm.RelationshipType

Siehe auch

Verweis

DbRelationshipNavigationExpression Klasse

System.Data.Entity.Core.Common.CommandTrees-Namespace