Metodo ObjectQuery.GetResultType
[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 le informazioni sul tipo di risultato della query.
Spazio dei nomi: System.Data.Entity.Core.Objects
Assembly: EntityFramework (in EntityFramework.dll)
Sintassi
'Dichiarazione
<SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")> _
Public Function GetResultType As TypeUsage
'Utilizzo
Dim instance As ObjectQuery
Dim returnValue As TypeUsage
returnValue = instance.GetResultType()
[SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")]
public TypeUsage GetResultType()
[SuppressMessageAttribute(L"Microsoft.Design", L"CA1024:UsePropertiesWhereAppropriate")]
public:
TypeUsage^ GetResultType()
[<SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")>]
member GetResultType : unit -> TypeUsage
public function GetResultType() : TypeUsage
Valore restituito
Tipo: System.Data.Entity.Core.Metadata.Edm.TypeUsage
Valore di TypeUsage contenente le informazioni sul tipo di risultato della query.