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 selectCommandText As String, ByVal selectConnection As ULConnection )
public ULDataAdapter( string selectCommandText, ULConnection selectConnection )
selectCommandText ULDataAdapter 对象的 ULDataAdapter.SelectCommand 方法使用的 SELECT 语句。
selectConnection 定义到数据库的连接的 ULConnection 对象。