querybuilder icon indicating copy to clipboard operation
querybuilder copied to clipboard

Add multimapping One-To-Many

Open dlopezb93 opened this issue 3 years ago • 2 comments

In this PR, I added dapper multimapping funcionality. This is really useful for one to many relathionship.

Regards

dlopezb93 avatar Jul 06 '20 23:07 dlopezb93

is this not another form of using Sqlkata INCLUDE and INCLUDEMANY?

chrisgate avatar Jun 20 '21 11:06 chrisgate

is this not another form of using Sqlkata INCLUDE and INCLUDEMANY?

Hello @chrisgate I got this implementation from dapper repository, due to SqlKatta use dapper internally I believe that we should use the dapper methods to use include and include many. If you have another idea in mind let me now and we could perform another implementation.

dlopezb93 avatar Jun 28 '21 02:06 dlopezb93