Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 326 Bytes

File metadata and controls

13 lines (8 loc) · 326 Bytes

QueryKit.Repositories

Repository base classes and query helpers (filter/sort/page) for [Rowan.QueryKit].

Install

dotnet add package Rowan.QueryKit.Repositories

Quick start

By default, only mapped CLR properties can be used for filtering and sorting. Unknown column names now throw an exception.