AD
Administrator
Syncfusion Team
October 6, 2004 06:05 AM UTC
It will update the datasource. But if your datasource is a ADO.NET dataset/datatable, updating the datatable does not actually update the database until you call dataAdapter.Update to flush the locally cached datatable changes back to the database. ADO.NET uses a disconnected model, meaning changes are cached locally until you make the call to send them to the database.