FransBouma / LinqToSQL2

Official Linq to SQL fork. A complete ORM which is backwards compatible with Linq to SQL but with new features.
Other
57 stars 22 forks source link

Add SQL Server 2012 specific paging support #4

Open FransBouma opened 9 years ago

FransBouma commented 9 years ago

(requires #3 being implemented)

SQL Server 2012 introduces a new, simpler way to do paging. This should be added.