Create Invoke-LinqPad Cmdlet for powershell
Create Invoke-LinqPadQuery-Cmdlet for powershell: Instead of format the output as Text/Html write the objects given to "Dump" to the powershell pipe for further processing
8
votes
![](https://secure.gravatar.com/avatar/0c4209a3469609d74d07da1f58e6f8f2?size=40&default=https%3A%2F%2Fassets.uvcdn.com%2Fpkg%2Fadmin%2Ficons%2Fuser_70-6bcf9e08938533adb9bac95c3e487cb2a6d4a32f890ca6fdc82e3072e0ea0368.png)
-
Anonymous commented
A workaround I use is a simple script that runs a *.linq file and returns the dumped result as a powershell object: http://pastebin.com/tNGQgBEe
The ArgumentList array is passed to the Main method.