ObjectQuery.GetResultType メソッド
[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]
クエリの結果型に関する情報を返します。
名前空間: System.Data.Entity.Core.Objects
アセンブリ: EntityFramework (EntityFramework.dll 内)
構文
'宣言
<SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")> _
Public Function GetResultType As TypeUsage
'使用
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
戻り値
型 : System.Data.Entity.Core.Metadata.Edm.TypeUsage
クエリの結果型に関する情報を含む TypeUsage 値。