c# - Enumerable.Any method is not supported -


i have code :

var jobs3 = _provider.context.query<jobresults>()                      .where(m => m.groups.any(y => usergroups.contains(y.groupname)))                      .tolist(); 

this method gives me exception in title. how can fix this? there way run method without using any? thanks.

i solved problem converting iqueryable list, process list , convert iqueryable.


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

python - Error: Unresolved reference 'selenium' What is the reason? -

asp.net ajax - Jquery scroll to element just goes to top of page -