So,
I need to make a data change across a moderately large ( couple thousand) objects, and i want to update all objects who's Number (int) property is even..
in sql i;d update where number%2 = 0 (or something), what do you think the best way to do that in raven is, can i do the same thing? is the linq library that clever?