UpdateEntitiesDirectly

Posts   
 
    
tantj
User
Posts: 6
Joined: 29-Jul-2009
# Posted on: 08-Oct-2010 10:33:54   

how can I implement the following SQL by using DataAccessHelper.UpdateEntitiesDirectly

update Table set field1 = field1 + 1 ?

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 08-Oct-2010 10:39:41   

You should use an Expression on the field you want to update. Please check Expressions in entity updates