Click here to Skip to main content
15,890,825 members

Comments by jgauffin (Top 1 by date)

jgauffin 14-Jun-11 2:37am View    
Deleted
The problem is not the "var" keyword, but that you have named your method "GetData". What *kind* of data is returned? GetUsers, GetNewEmails etc are better alternatives.

As for the return value, the type is not really important. We got intellisense that can tell us how to handle the return value.