Sign In|Join
Home/Silverlight.NET Forums/WCF RIA Services/May preview problem - Query parameters cannot be collections/Re: May preview problem - Query parameters cannot be collections
Member
43 Points
33 Posts
Sep 01, 2009 03:58 AM | LINK
I have that problem to ,
if you use IEnumerable<int> or the basic object
my workaround will be change into string by concat that list and spilt it out in server again
Tour_n
Member
43 Points
33 Posts
Re: May preview problem - Query parameters cannot be collections
Sep 01, 2009 03:58 AM | LINK
I have that problem to ,
if you use IEnumerable<int> or the basic object
my workaround will be change into string by concat that list and spilt it out in server again