Metodo EntityType.GetReferenceType
[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.]
Restituisce un oggetto RefType che fa riferimento a EntityType.
Spazio dei nomi: System.Data.Entity.Core.Metadata.Edm
Assembly: EntityFramework (in EntityFramework.dll)
Sintassi
'Dichiarazione
<SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")> _
Public Function GetReferenceType As RefType
'Utilizzo
Dim instance As EntityType
Dim returnValue As RefType
returnValue = instance.GetReferenceType()
[SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")]
public RefType GetReferenceType()
[SuppressMessageAttribute(L"Microsoft.Design", L"CA1024:UsePropertiesWhereAppropriate")]
public:
RefType^ GetReferenceType()
[<SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")>]
member GetReferenceType : unit -> RefType
public function GetReferenceType() : RefType
Valore restituito
Tipo: System.Data.Entity.Core.Metadata.Edm.RefType
Oggetto RefType che fa riferimento a EntityType.