using parameters with Dapper
问题 I have read a number of posts about this topic but still can't quite get it to work with my code. Not sure if postgreSQL changes things... Here is what I have that is (probably obviosly) not working: string mySelectQuery = @"select distribution_stop_information.unique_id_no as stop_unique_id_no, distribution_line_items.unique_id_no as line_unique_id_no, stop_name, stop_address,route_code AS RouteCode, customer_reference, distribution_line_items.datetime_created, rma_number from distribution