Exemplo n.º 1
0
 protected int ExecuteScalar(SqlCommand command)
 {
     command.Connection = _connection;
     return(SqlUtility.ExecuteScalar(command));
 }