Click here to Skip to main content
15,917,517 members

Comments by spring1975 (Top 1 by date)

spring1975 1-Aug-11 16:19pm View    
Deleted
I still don't see what the big deal is. Wanna know what GetData returns? Go look at the method declaration.

I use var all of the time and have to go back to look at things long after I wrote it and this doesn't give me a problem. Do variable types seriously give people that much pause? Whether GetData returned a string or a DataTable can also easily be determined by looking at how the variable is used later on.

If you're editing code in textpad, that's your loss for not using the tools to make your life easier.