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