Linq again
Here is the solution to my earlier issue.
DLinq queries seem to only execute against a foreach loop.
Now I can be insulting and pointout that forcing a foreach for a single role result is stupid.
Ok, I may be over simplifying. There are probably other ways to get a single rows.
At least my biggest puzzle is solved. Don't marshal queries, marshal results. Use "var" to contain queries.
