Settings and activity
8 results found
-
1 voteMartin Kirk shared this idea ·
-
1 voteMartin Kirk shared this idea ·
-
1 voteMartin Kirk shared this idea ·
-
1 voteMartin Kirk shared this idea ·
-
4 votes
An error occurred while saving the comment Martin Kirk shared this idea · -
3 votesMartin Kirk shared this idea ·
-
276 votes
An error occurred while saving the comment Martin Kirk commentedhow about creating public variables in your class in VS
then run that program from LinqPad ??
i know it all depends on the project type... but most programs could be called from LinqPad i think...
-
303 votesMartin Kirk supported this idea ·
Also... anonymous LINQ parameters could be named by their use:
var res = from t in table where t.MyCol == 25 select t;
should infer the name into this SQL :
DECLARE @MyCol Int SET @MyCol = 25