The methods of the IDataSetCommand interface are listed below. For a complete list of IDataSetCommand interface members, see the IDataSetCommand Members topic.
FillDataSet | Changes the data in the DataSet to match the data in the data source. |
FillDataSetSchema | Fills the DataSet with only the schema based upon the chosen SchemaType. |
GetFillDataSetParameters | Returns an array of IDataParameter objects used to fill the DataSet with records from the data source. |
Update | Changes the data in the data source to match the data in the DataSet. |