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

SQL Anywhere 11.0.1 (日本語) » SQL Anywhere サーバ - プログラミング » SQL Anywhere データ・アクセス API » SQL Anywhere .NET 2.0 API リファレンス » iAnywhere.Data.SQLAnywhere ネームスペース (.NET 2.0) » SADataAdapter クラス » SADataAdapter コンストラクタ

 

SADataAdapter(String, SAConnection) コンストラクタ

SADataAdapter オブジェクトを、指定された SELECT 文および接続で初期化します。

構文
Visual Basic

Public Sub New( _
   ByVal selectCommandText As String, _
   ByVal selectConnection As SAConnection _
)
C#

public  SADataAdapter(
   string  selectCommandText,
   SAConnection selectConnection
);
パラメータ
  • selectCommandText   SADataAdapter オブジェクトの SADataAdapter.SelectCommand プロパティを設定するために使用される SELECT 文。

  • selectConnection   データベースへの接続を定義する SAConnection オブジェクト。

参照