Zonkey ORM (and then some) libraries for .Net
.
You can you Visual Studio RegEx Find/Replace with the following values to automatically update the SetFieldValue() calls in your DCs.
FIND
SetFieldValue\(("\w+"), ref (\w+), value\);
REPLACE
SetFieldValue(ref $2, value);