Condition on update

How can i apply conditions on updating the table ,as in some specific rows which fulfill the condition could be updated.Do i have to use updateBulk only or can i implement through update too?

Hi Jack,

If you want to update multiple rows simultaneously, then yes, the only option is to use updateBulk.