Skip to content

kellybirr/zonkey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Zonkey ORM (and then some) libraries for .Net

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published