Initializes a ULDataAdapter object with the specified SELECT statement and connection string.
Visual Basic Public Sub New( _ ByVal selectCommandText As String, _ ByVal selectConnectionString As String _ )
C# public ULDataAdapter( string selectCommandText, string selectConnectionString );
selectCommandText A SELECT statement to be used by the ULDataAdapter.SelectCommand of the ULDataAdapter.
selectConnectionString A connection string for an UltraLite.NET database.
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |