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