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?
+3
A:
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).
tvanfosson
2010-03-28 02:42:08