Documentation for this section has not yet been entered.
When OleDbDataAdapter.SelectCommand is assigned to a previously created System.Data.OleDb.OleDbCommand, the System.Data.OleDb.OleDbCommand is not cloned. The OleDbDataAdapter.SelectCommand maintains a reference to the previously created System.Data.OleDb.OleDbCommand object.
If the OleDbDataAdapter.SelectCommand returns no rows, no tables are added to the System.Data.DataSet, and no exception is raised.