Initializes a new instance of an AdsDataAdapter object with a given command object.
public AdsDataAdapter( AdsCommand command );
Remarks
The provided AdsCommand object is stored as the SelectCommand property. The command is not cloned; the AdsDataAdapter simply keeps a reference to the command object.