I am trying Dapper ORM and I am querying a a Posts table....But I would like to get paged results ......1 - How can I do this? Isn't there a helper for this?...2 - Can Dapper Query return an IQueryable?...Thank You,
Miguel
I have two tables as below in my db and there are columns same named in this tables....[User].[Info]...TABLE_SCHEMA TABLE_NAME COLUMN_NAME
User Info Id
User Info UniqueId
User Info Name
User Info Email
User Info CompanyIn...