This is a minor request for clarification on documentation.
This page: https://code.google.com/p/dapper-dot-net/#List_Support
Under the "List Support" section, please clearly state that parameters for
lists don't need to be in brackets, i.e. that:
- Wrong: "where Id in (@Ids)"
- Right: "where Id in @Ids"
The example is already correct; it's just a common mistake that costs some of
us a bunch of time to search through and figure out.
Original issue reported on code.google.com by alibhai....@gmail.com on 5 Aug 2014 at 3:00
Original issue reported on code.google.com by
alibhai....@gmail.com
on 5 Aug 2014 at 3:00