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

SQL Anywhere 12.0.1 » UltraLite - .NET Programming » UltraLite.NET API reference » ULDataAdapter class

 

SelectCommand property

Specifies a ULCommand that is used during the System.Data.Common.DbDataAdapter.Fill(System.Data.DataSet) or System.Data.Common.DbDataAdapter.FillSchema(System.Data.DataSet,System.Data.SchemaType) method calls to obtain a result set from the database for copying into a System.Data.DataSet.

 Visual Basic syntax
 C# syntax
 Remarks
 See also