Adam Schroder
Adam Schroder
No idea on this one. would need some more information
Either ```cs User user = db.Single(@"select [User].Name, [User].Id, [Agency].Id, [Agency].AgencyName as Name FROM [User], [Agency] WHERE [User].Id = @0 AND [Agency].Id = [User].Agency", 1);` ``` or ```cs User user =...
Thats correct. Happy to take PRs.
Yeh, unfortunately, you'll have to roll your own in this case as paging doesn't work with one to many.