-
Re: receiving strongly-typed results from other scripts?
You can also have the query that you call return a value, like this: DateTime Main () { return DateTime.Now; } and then get to it from another query as follows: (DateTime) Util.Compile ("myquery…3 · -
Re: F# Tutorial samples won't run after installing FluentPath NuGet package in a C# query?
Do you have any default references? What happens if you press F4 and look at additional references / namespaces? Also, check the 'My Extensions' query. Does that reference anything?1 · -
Re: Installing Driver without admin rights.
You can create a folder called 'Drivers' under the LINQPad folder and manually copy the driver files there instead. Use the same directory structure (drivers\DataContext\4.0\IQDriver (5b59726538a4968…1 · -
Re: Linqpad 5 upgrades
Sure - you can now. http://www.linqpad.net/CustomUpgrade.aspx1 · -
Re: Get Query object from file path?
Unfortunately not. I will expose the internal static Query.Load method in a future build. In the meantime, it would work to call this via reflection.1 ·