Adam Schroder

Results 84 comments of 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 =...

Yeh, unfortunately, you'll have to roll your own in this case as paging doesn't work with one to many.