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 selectCommandText As String, ByVal selectConnection As ULConnection )
public ULDataAdapter( string selectCommandText, ULConnection selectConnection )
selectCommandText ULDataAdapter オブジェクトの ULDataAdapter.SelectCommand メソッドによって使用される SELECT 文。
selectConnection データベースへの接続を定義する ULConnection オブジェクト。