phnx47 / dapper-repositories

CRUD for Dapper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

not support where caluse p=>true

cnkker opened this issue · comments

var sqlQuery = userSqlGenerator.GetSelectFirst(p=>true, null);

@cnkker this:

var sqlQuery = userSqlGenerator.GetSelectFirst(null, null);

I think we can support p=>true too. But later

Can use workaround here. Closed.