Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
この ULCommand オブジェクトで記述される SQL 文の非同期実行を開始します。
Public Function BeginExecuteNonQuery() As IAsyncResult
public IAsyncResult BeginExecuteNonQuery()
ポーリング、結果の待機、または両方に使用できる System.IAsyncResult が返されます。この値は、影響を受けたローの数を返す EndExecuteNonQuery(IAsyncResult) メソッドを起動する場合にも必要です。
ULException クラス コマンドテキストの実行中に発生したエラー。