I\'ve got a DBQuery which converts to an IQueryable (this bit works fine). But then I\'m trying to convert the IQueryable to an O
DBQuery
IQueryable
Not sure what you're trying to do with it, but would a dynamic variable help?
dynamic
Using Type dynamic (C# Programming Guide)