NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IDataSetCommand Members

Properties

MissingMappingAction Gets or sets whether unmapped source tables or columns are to be passed with their source names to be filtered, or to cause an error to be raised.
MissingSchemaAction Gets or sets whether missing source tables, columns, and their relationships are to be added to the data set schema, to be ignored, or to cause an error to be raised.
TableMappings Gets how a source table is to be mapped to a data set table.

Methods

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.

See Also

IDataSetCommand Interface | System.Data Namespace