Danny Stommen
unread,Sep 30, 2011, 6:00:21 AM9/30/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mybatisnet-user
Hi all,
I'm trying to iterate through a dictionary in my where clause, but I
can't get it to work. It's a Dictionary<string, List<object>>, where
I'm trying to create a dynamic filter to pass to my where clause.
Is it even possible to iterate trough a dictionary in Ibatis?
Thanks,
Danny