DapperLib / Dapper.Contrib

Dapper community contributions - additional extensions for Dapper
Other
263 stars 96 forks source link

How to use Predicate in Dapper.Contrib library #36

Open mohannish opened 6 years ago

mohannish commented 6 years ago

Hi,

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

ghronkrepps commented 4 years ago

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

image