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 selectConnectionString As String )
public ULDataAdapter( string selectCommandText, string selectConnectionString )
selectCommandText ULDataAdapter.SelectCommand 方法使用的 SELECT 语句。
selectConnectionString 用于 UltraLite.NET 数据库的连接字符串。