adamfoneil / Dapper.CX

A Crud library based on Dapper
MIT License
8 stars 1 forks source link

custom Get query statements #5

Closed adamfoneil closed 4 years ago

adamfoneil commented 4 years ago

ability to override or customize GetQuerySingleStatement in order to set arbitrary model properties that aren't necessarily in the base table. I did this in later versions of Postulate with IFindRelated and in earlier versions with a virtual method you could override. I think what I want to do here is do something like IFindRelated

adamfoneil commented 4 years ago

In progress in branch custom-get