This question is locked. New answers and comments are not allowed.
I have a relatively simple foreach statement:
And I've tried pulling up the refactoring menu over the foreach and all that comes up is 'Extract Method' -- I want to convert this to Linq via JC, but no options.
I'm using VS2010 and the latest build (2013.3.1016.1) of JC.
Thanks,
Troy
foreach (Alert alert in newAlerts) { entityContext.Alerts.AddObject(alert); }And I've tried pulling up the refactoring menu over the foreach and all that comes up is 'Extract Method' -- I want to convert this to Linq via JC, but no options.
I'm using VS2010 and the latest build (2013.3.1016.1) of JC.
Thanks,
Troy