IExecuteResult.ReturnValue プロパティ

定義

実行されたクエリの戻り値または結果を取得します。

public:
 property System::Object ^ ReturnValue { System::Object ^ get(); };
public object ReturnValue { get; }
member this.ReturnValue : obj
Public ReadOnly Property ReturnValue As Object

プロパティ値

実行されたクエリの値または結果。

注釈

このオブジェクトの基になる型は、クエリ式の Type プロパティと同じです。

適用対象