In regards to the project that I was working on where I used the importentities method to send updates to my legacy database, it appears that devForce does a select * before the update, does the update command and then another select * command.
Is this necessary and can this be eliminated and have it just do the update,delete and insert commands?