SqlCommand.ExecuteScalar();
This return only a single value(that is the first column of the first row. Other values are ignored)
Link:
http://msdn.microsoft.com/en-us/library/system.data.sqlclient.sqlcommand.aspx
Also see this thread:
http://www.c-sharpcorner.com/Interviews/answer/6397/define-execute-scalar