QeStatementCompletedEventHandler 代理人

定義

表示將處理陳述式完成事件的方法。

public delegate void QeStatementCompletedEventHandler(System::Object ^ sender, NonQueryResult ^ resultInfo);
public delegate void QeStatementCompletedEventHandler(object sender, NonQueryResult resultInfo);
type QeStatementCompletedEventHandler = delegate of obj * NonQueryResult -> unit
Public Delegate Sub QeStatementCompletedEventHandler(sender As Object, resultInfo As NonQueryResult)

參數

sender
Object

起始事件的 Object

resultInfo
NonQueryResult

包含處理事件所需資訊的 NonQueryResult

適用於