Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
Yes, updates currently include all fields. The reason for this was to allow support for stored procedure updates and to allow the update commands to be cached, which improved performance more than specifying only the fields that had changed. The way SF handles updates will be changed significantly in the next major version of SF where LINQ support is implemented, most likely allowing you to configure whether only modified field should be updated, or all fields.
|