Initializes an SADataAdapter object with the specified SELECT statement.
Visual Basic Public Sub New( _ ByVal selectCommand As SACommand _ )
C# public SADataAdapter( SACommand selectCommand );
selectCommand An SACommand object that is used during DbDataAdapter.Fill to select records from the data source for placement in the DataSet.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |