IExecuteResult 介面

定義

提供執行查詢後傳回值或結果的存取權。

public interface class IExecuteResult : IDisposable
public interface IExecuteResult : IDisposable
type IExecuteResult = interface
    interface IDisposable
Public Interface IExecuteResult
Implements IDisposable
實作

屬性

ReturnValue

取得傳回值或已執行查詢的結果。

方法

Dispose()

執行與釋放 (Free)、釋放 (Release) 或重設 Unmanaged 資源相關聯之應用程式定義的工作。

(繼承來源 IDisposable)
GetParameterValue(Int32)

提供第 n 個輸出參數的存取權。

適用於