Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » UltraLite - .NET 编程 » UltraLite .NET 2.0 API 参考 » ULDataAdapter 类 » ULDataAdapter 构造函数

 

ULDataAdapter(String, String) 构造函数

用指定的 SELECT 语句和连接字符串初始化 ULDataAdapter 对象。

语法
Visual Basic
Public Sub New( _
   ByVal selectCommandText As String, _
   ByVal selectConnectionString As String _
)
C#
public  ULDataAdapter(
   string  selectCommandText,
   string  selectConnectionString
);
参数
  • selectCommandText   ULDataAdapter 的 ULDataAdapter.SelectCommand 使用的 SELECT 语句。

  • selectConnectionString   用于 UltraLite.NET 数据库的连接字符串。

另请参见