| Milos How-To |
| Saving Data |
To save a modified dataset, simply call the Save() method on the business object and pass along the dataset.
Note however, that saving data through the dataset is NOT the recommended way. Instead, editing and saving data is done through a business entity.
Link to HowToCreate_BusinessEntityObjects