Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
用指定的 SELECT 语句初始化 SADataAdapter 对象。
Public Sub New(ByVal selectCommand As SACommand)
public SADataAdapter(SACommand selectCommand)
selectCommand System.Data.Common.DbDataAdapter.Fill(System.Data.DataSet) 中使用的 SACommand 对象,用于从数据源中选择要放入 System.Data.DataSet 的记录。