Reputation: 21188
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?
Upvotes: 1
Views: 1511
Reputation: 532635
Compile it into an assembly and then add a reference to that assembly.
From the LINQPad FAQ:
Customization & Extensibility
What extensibility points does LINQPad provide?
First, you can reference custom assemblies and import custom namespaces - go to Query Properties (F4).
Upvotes: 4