I saw the great performance of Dapper and some samples of how to use it.
I was wondering if I can use it to provide IQueryable data and integrate it with UI layer using ODATA to transfer data to the UI (like grids, lists,...).
Is there any way to return Dapper objects AsQueryable instead of IEnumerable to query using ODATA?