Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
ULDataAdapter オブジェクトを、指定された SELECT 文で初期化します。
Public Sub New(ByVal selectCommand As ULCommand)
public ULDataAdapter(ULCommand selectCommand)
selectCommand System.Data.DataSet に配置するためのレコードをデータソースから選択するために System.Data.Common.DbDataAdapter.Fill(System.Data.DataSet) の実行時に使用される ULCommand オブジェクト。