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