Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
SADataAdapter オブジェクトを、指定した SELECT 文および接続で初期化します。
Public Sub New( ByVal selectCommandText As String, ByVal selectConnection As SAConnection )
public SADataAdapter( string selectCommandText, SAConnection selectConnection )
selectCommandText SADataAdapter オブジェクトの SADataAdapter.SelectCommand プロパティを設定するために使用される SELECT 文。
selectConnection データベースへの接続を定義する SAConnection オブジェクト。