mma
mma

Reputation: 401

DevExpress XPO makes the COLUMNS_UPDATED() function of the SQL server unusable

I experienced that a DevExpress XPO object belonging to a SQL table updates all columns in the table regardless of whether it has been changed. This has been a problem in our software since we moved from System.Data.SqlClient.SqlDataAdapter and System.Data.Dataset to DevExpress XPO. Our triggers use the COLUMNS_UPDATED() and update() functions which so report false result (from my point of view).

Is there a smart way to make XPO objects update only those columns that have actually changed?

Upvotes: 0

Views: 110

Answers (0)

Related Questions