markrendle / Simple.Data

A light-weight, dynamic data access component for C# 4.0
MIT License
1.33k stars 303 forks source link

Fixed bug for paging in SqlServer #275

Closed thinkdevcode closed 11 years ago

thinkdevcode commented 11 years ago

SqlQueryPager.cs had a bug where the join got messed up with tables that had multiple primary keys.