如何让 LinqPad 与“动态查询”一起使用?
Dynamic Query is a single C# file you add to your project. Anyone know how to add this library so that it works with LinqPad?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将其编译成程序集,然后添加对该程序集的引用。
来自 LINQPad 常见问题解答:
Compile it into an assembly and then add a reference to that assembly.
From the LINQPad FAQ: