1: 2: 3:
objeto r = DBDataHandler.ExecuteScalar (conexão, “SPID”, UID); int oferecido = Convert.IsDBNull (r)? -1: (int) r retornar a oferta;