vb option infer
Options
Is there a general way to handle option statements for VB? How can I set/see the setting for Option Infer?
Comments
-
There's no way to do this at present. I'll add this ability into the next build, which will be released in a couple of weeks.
-
Will you handle the other VB option statements in the same way? (Compare/Strict/Explicit)
-
Yes, it will apply to all option statements.
-
Has this been done? How will it work?
-
This should work in the latest beta:
http://www.linqpad.net/download.aspx#beta
Just use 'Option...' at the start of the query.