I just would like to know if I have data source form and I need to update a field in the data source so which method below is better :
Modified()(
Use update() )
Or
Modified()
(
TableDS.field1= anyvalue;
)
Your quick help would be highly appreciated.