Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (日本語) » Ultra Light - .NET プログラミング » Ultra Light .NET 2.0 API リファレンス » ULCommand クラス » BeginExecuteReader メソッド

 

BeginExecuteReader() メソッド

この ULCommand で記述される SQL 文の非同期実行を開始し、結果セットを取得します。

構文
Visual Basic
Public Function BeginExecuteReader() As IAsyncResult
C#
public IAsyncResult BeginExecuteReader();
戻り値

ポーリング、結果の待機、または両方に使用できる System.IAsyncResult が返されます。この値は、返されたローを取得するために使用する ULDataReader インスタンスを返す、EndExecuteReader(IAsyncResult) を起動する場合にも必要です。

参照