我试图让 LinqPad 使用我的 dbml 模型,这样我就可以分析来自我的源代码的查询。我已将 DataContext 设置为“Custom LINQ to SQL DataContext”,以及所有必要的设置,不幸的是,即使使用最简单的查询,我也会收到错误:
QUERY: from m in Linia select m
ERROR: Could not find an implementation of the query pattern for source type 'MyNameSpace.Linia'. 'Select' not found.
有人知道如何让它工作吗?谢谢!