The properties of the ADODataSetCommand class are listed below. For a complete list of ADODataSetCommand class members, see the ADODataSetCommand Members topic.
DeleteCommand | Gets or sets a command for deleting records from the data set. |
InsertCommand | Gets or sets a command used to insert new records into the data source. |
MissingMappingAction (inherited from DataSetCommand) | 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 (inherited from DataSetCommand) | 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. |
SelectCommand | Gets or sets a command used to select records in the data source. |
Site (inherited from Component) | Gets or sets the site of the Component. |
TableMappings (inherited from DataSetCommand) | Gets how a source table is to be mapped to a data set table. |
UpdateCommand | Gets or sets a command used to update records in the data source. |