Click here to Skip to main content
15,881,204 members

Comments by Duncan Edwards Jones (Top 132 by date)

Duncan Edwards Jones 30-Aug-18 14:41pm View    
Well yes - that makes a difference.

Do you want to have a new column in your table, or just to split the query return into two parts?
Duncan Edwards Jones 26-Nov-16 7:52am View    
Yup - even 4.0 demands a colon for the named argument - https://msdn.microsoft.com/en-us/library/dd264739.aspx
Duncan Edwards Jones 26-Nov-16 7:42am View    
Bizarre but it definitely demands a colon in VS2015 / .NET 4.6.2
If I hover over it the parameter name is suggested but it puts the colon in.

Shall raise defect report with MS
Duncan Edwards Jones 22-Sep-16 10:36am View    
Nothing but I am doing a lot of post-processing of the settings which I don't want to have to do multiple times (wiring up delegates &c.)
Duncan Edwards Jones 15-Sep-16 8:35am View    
You probably want to look at a technology such as AJAX... ?