Condividi tramite


Proprietà AssociationSet.ElementType

[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 l'associazione correlata a AssociationSet.

Spazio dei nomi:  System.Data.Entity.Core.Metadata.Edm
Assembly:  EntityFramework (in EntityFramework.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ElementType As AssociationType 
    Get
'Utilizzo
Dim instance As AssociationSet 
Dim value As AssociationType 

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

Valore proprietà

Tipo: System.Data.Entity.Core.Metadata.Edm.AssociationType
Oggetto AssociationType che rappresenta l'associazione correlata a AssociationSet.

Vedere anche

Riferimento

AssociationSet Classe

Spazio dei nomi System.Data.Entity.Core.Metadata.Edm