Condividi tramite


Proprietà RelatedEnd.RelationshipSet

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

Ottiene un riferimento ai metadati per l'entità finale correlata.

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

Sintassi

'Dichiarazione
<XmlIgnoreAttribute> _
<SoapIgnoreAttribute> _
Public Overridable ReadOnly Property RelationshipSet As RelationshipSet 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.Data.Entity.Core.Metadata.Edm.RelationshipSet
Oggetto RelationshipSet che contiene i metadati per l'entità finale di una relazione.

Implements

IRelatedEnd.RelationshipSet

Vedere anche

Riferimento

RelatedEnd Classe

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