Initializes an SADataAdapter object with the specified SELECT statement and connection string.
Visual Basic Public Sub New( _ ByVal selectCommandText As String, _ ByVal selectConnectionString As String _ )
C# public SADataAdapter( string selectCommandText, string selectConnectionString );
selectCommandText A SELECT statement to be used to set the SADataAdapter.SelectCommand property of the SADataAdapter object.
selectConnectionString A connection string for a SQL Anywhere database.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |