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(ULCommand) 构造函数

用指定的 SELECT 语句初始化 ULDataAdapter 对象。

语法
Visual Basic
Public Sub New( _
   ByVal selectCommand As ULCommand _
)
C#
public  ULDataAdapter(
   ULCommand selectCommand
);
参数
  • selectCommand   System.Data.Common.DbDataAdapter.Fill(System.Data.DataSet) 中使用的 ULCommand 对象,用于从数据源中选择要放入 System.Data.DataSet 的记录。

另请参见