En lugar de command.ExecuteNonQuery(); deberías llamar Object res = command.ExecuteScalar(); Console.WriteLine(res);