IExecuteResult インターフェイス
定義
クエリ実行の戻り値または実行結果にアクセスできるようにします。Provides access to the return value or results of executing a query.
public interface class IExecuteResult : IDisposable
public interface IExecuteResult : IDisposable
type IExecuteResult = interface
interface IDisposable
Public Interface IExecuteResult
Implements IDisposable
- 実装
プロパティ
ReturnValue |
実行されたクエリの戻り値または実行結果を取得します。Gets the return value or result of the executed query. |
メソッド
Dispose() |
アンマネージ リソースの解放またはリセットに関連付けられているアプリケーション定義のタスクを実行します。Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (継承元 IDisposable) |
GetParameterValue(Int32) |
n 番目の出力パラメーターにアクセスできるようにします。Provides access to the nth output parameter. |