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 selectCommand As SACommand)
public SADataAdapter(SACommand selectCommand)
selectCommand System.Data.DataSet に配置するためのレコードをデータソースから選択するために System.Data.Common.DbDataAdapter.Fill(System.Data.DataSet) の実行時に使用される SACommand オブジェクト。