RelatedEnd.RelationshipSet-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 einen Verweis auf die Metadaten für das verknüpfte Ende ab.
Namespace: System.Data.Entity.Core.Objects.DataClasses
Assembly: EntityFramework (in EntityFramework.dll)
Syntax
'Declaration
<XmlIgnoreAttribute> _
<SoapIgnoreAttribute> _
Public Overridable ReadOnly Property RelationshipSet As RelationshipSet
Get
'Usage
Dim instance As RelatedEnd
Dim value As RelationshipSet
value = instance.RelationshipSet
[XmlIgnoreAttribute]
[SoapIgnoreAttribute]
public virtual RelationshipSet RelationshipSet { get; }
[XmlIgnoreAttribute]
[SoapIgnoreAttribute]
public:
virtual property RelationshipSet^ RelationshipSet {
RelationshipSet^ get ();
}
[<XmlIgnoreAttribute>]
[<SoapIgnoreAttribute>]
abstract RelationshipSet : RelationshipSet
[<XmlIgnoreAttribute>]
[<SoapIgnoreAttribute>]
override RelationshipSet : RelationshipSet
function get RelationshipSet () : RelationshipSet
Eigenschaftswert
Typ: System.Data.Entity.Core.Metadata.Edm.RelationshipSet
Ein RelationshipSet-Objekt, das Metadaten für das Ende einer Beziehung enthält.