B
Ben
I have a SQL/Server table with a big int field that represents individual
bit settngs. I'd like to use LINQ to iterate through that table, and
bit-wise OR the contents of that field. It could be done, I know, by first
retrieving the records, and then doing the ORing in a subsequent ForEach
loop, but can it be done in a single LINQ query?
If so, could you give me some idea of what that code would look like?
Thanks,
Ben
(e-mail address removed)
bit settngs. I'd like to use LINQ to iterate through that table, and
bit-wise OR the contents of that field. It could be done, I know, by first
retrieving the records, and then doing the ORing in a subsequent ForEach
loop, but can it be done in a single LINQ query?
If so, could you give me some idea of what that code would look like?
Thanks,
Ben
(e-mail address removed)