The properties of the SQLDataSetCommand class are listed below. For a complete list of SQLDataSetCommand class members, see the SQLDataSetCommand Members topic.
DeleteCommand | Gets or sets a command to delete records from the data set. |
InsertCommand | Gets or sets a command 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. |