Referring ".linq" files within LINQPad
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 also put common classes and extension methods into the 'My Extensions' query. These will be available to all queries.