Let FindBySql return multiple entity types, multiple result grids

6
Voted

I presently fall back to Dapper (using the LightSpeed) models for many querying scenarios.

The pattern is that you repeat the Id field in the result and that's where it switches to the next entity type.

http://code.google.com/p/dapper-dot-net/#MultiMapping

Multiple results is also interesting:

http://code.google.com/p/dapper-dot-net/#MultipleResults

Status: New