Initializes a ULDataAdapter object with the specified SELECT statement.
Visual Basic Public Sub New( _ ByVal selectCommand As ULCommand _ )
C# public ULDataAdapter( ULCommand selectCommand );
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.
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |