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