Thad Smith
Thad Smith
not sure if you still have this problem. The problem is that DapperExtension predicate sees the value as an array so it is translating it to an IN statement.
DapperExtensions does not declare the parameters it names them and passes the value as an object to Dapper. I will look into setting the DBType when passing it to Dapper...
There is a DNX Core that was a PR. I have not been successful getting it compiled.
Currently that is not possible. I will look into it for a future version.