How do I proceed in order to make a dynamic query order by random similar to when using the the built in filtering functions with the following parameter?
new ImageSortOrder(ImageSortField.Random, StarSuite.Core.Modules.Sorting.SortingDirection.Ascending)
This is a late reply, but couldn't you make a method to randomize the ImegeCollection after running a query? That would probably be some extra work, but making a cached randomized collection could probably work for this problem. Or? :)
How do I proceed in order to make a dynamic query order by random similar to when using the the built in filtering functions with the following parameter?