ObjectQuery.GetResultType-Methode
[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.]
Gibt Informationen über den Ergebnistyp der Abfrage zurück.
Namespace: System.Data.Entity.Core.Objects
Assembly: EntityFramework (in EntityFramework.dll)
Syntax
'Declaration
<SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")> _
Public Function GetResultType As TypeUsage
'Usage
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
Rückgabewert
Typ: System.Data.Entity.Core.Metadata.Edm.TypeUsage
Ein TypeUsage-Wert, der Informationen über den Ergebnistyp der Abfrage enthält.