I'm trying to convert from Entity Framework to Dapper to hopefully improve data access performance....The queries I use are in the form of predicates like so "Expression>"....To give an example:...I have the following code which I need to convert to using...