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

SQL Anywhere 11.0.1 (Français) » UltraLite - .NET Programming » UltraLite .NET 2.0 API reference » ULDataAdapter class » ULDataAdapter constructors

 

ULDataAdapter(ULCommand) constructor

Initializes a ULDataAdapter object with the specified SELECT statement.

Syntax
Visual Basic
Public Sub New( _
   ByVal selectCommand As ULCommand _
)
C#
public  ULDataAdapter(
   ULCommand selectCommand
);
Parameters
  • selectCommand   A ULCommand object that is used during System.Data.Common.DbDataAdapter.Fill(System.Data.DataSet) to select records from the data source for placement in the System.Data.DataSet.

See also