Thanks to all!!!
if i want to update a field when object has set that field otherwise retain the old value.
Suppose UserObject contain userName field set at one time then table will be update with this userName. But other time this value is not set in this case table must retain old value.This is just an example, no business logic here.
so in this case update=false would not work as it will be applied everytime.it would not let the user update the table.
Please help me!! or please tell me if i am not able to make my query clear
Thanks a lot