I don't fully understand this class. I know that it can "Fill" a dataset in c# and "Update" the corresponding table in the database with changed information.
But what are the DeleteCommand, InsertCommand, UpdateCommand, and SelectCommand properties for?
Can I use this class to delete, insert, update, and select straight my code to the database? Or are these properties meant to be used to update the database from my dataset?
I'm confused...
But what are the DeleteCommand, InsertCommand, UpdateCommand, and SelectCommand properties for?
Can I use this class to delete, insert, update, and select straight my code to the database? Or are these properties meant to be used to update the database from my dataset?
I'm confused...