How can i convert a DBQuery to an ObjectQuery?

后端 未结 3 1401
长发绾君心
长发绾君心 2020-12-07 01:03

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

3条回答
  •  Happy的楠姐
    2020-12-07 01:17

    Not sure what you're trying to do with it, but would a dynamic variable help?

    Using Type dynamic (C# Programming Guide)

提交回复
热议问题