Zachary Scott
Zachary Scott

Reputation: 21188

How to get LinqPad to work with "Dynamic Query"?

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

Answers (1)

tvanfosson
tvanfosson

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

Related Questions