DapperLib/Dapper.Contrib

How to use Predicate in Dapper.Contrib library

Opened this issue · 1 comments

Hi,

I want to implement the find functionality using predicate as we do in entity framework.
How to do in Dapper.Contrib library?

Having this ability would be nice. Right now you have to use package Dapper-Extensions to get this functionality.

image