Freigeben über


NavigationProperty.RelationshipType-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 den Beziehungstyp ab, den diese Navigationseigenschaft verarbeitet.

Namespace:  System.Data.Entity.Core.Metadata.Edm
Assembly:  EntityFramework (in EntityFramework.dll)

Syntax

'Declaration
Public Property RelationshipType As RelationshipType 
    Get 
    Friend Set
'Usage
Dim instance As NavigationProperty 
Dim value As RelationshipType 

value = instance.RelationshipType
public RelationshipType RelationshipType { get; internal set; }
public:
property RelationshipType^ RelationshipType {
    RelationshipType^ get ();
    internal: void set (RelationshipType^ value);
}
member RelationshipType : RelationshipType with get, internal set
function get RelationshipType () : RelationshipType 
internal function set RelationshipType (value : RelationshipType)

Eigenschaftswert

Typ: System.Data.Entity.Core.Metadata.Edm.RelationshipType
Der Beziehungstyp, den diese Navigationseigenschaft verarbeitet.

Siehe auch

Verweis

NavigationProperty Klasse

System.Data.Entity.Core.Metadata.Edm-Namespace