Referring ".linq" files within LINQPad
Options
Hi,
I would like to know if it is possible to refer a ".ling" file to queries (other ".linq" files) as we work in the LINQPad application.
The way we can actually refer DLLs, per example.
Thanks
I would like to know if it is possible to refer a ".ling" file to queries (other ".linq" files) as we work in the LINQPad application.
The way we can actually refer DLLs, per example.
Thanks
Comments
-
You can't reference other LINQPad queries, although you can reference DLLs. To do the latter, press F4 and click 'Add'.
You can also put common classes and extension methods into the 'My Extensions' query. These will be available to all queries.