Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.01 KB

README.md

File metadata and controls

22 lines (14 loc) · 1.01 KB

Quality Gate Status

Nuget Nuget Nuget Nuget

Zonkey

Zonkey ORM (and then some) libraries for .Net

.

Upgrading from 4.x and older versions of Zonkey

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);