コード例 #1
0
 public int getExecuteScalar()
 {
     Conexion.Open();
     return(Convert.ToInt32(Comando.ExecuteScalar()));
 }