February 10, 2012
PetaPoco Repository Shell
Posted by Brian Mains under .NET, PetaPoco | Tags: improvements, ORM, PetaPoco, repository, T4 |No Comments
I posted a while back about a way to embed in metadata about an entity’s tables and columns into the entity itself. This is useful if you disable the auto select and auto named parameters features of PetaPoco. However, I realized how bad what I did actually was. The approach I took, to embed that […]