Exemplo n.º 1
0
 public void ReadWellsOnly()
 {
   //Read in boreholes through table adapter
   BOREHOLETableAdapter BTA = new BOREHOLETableAdapter();
   BTA.Connection.ConnectionString = ConnectionString;
   BTA.Fill(BOREHOLE);
   BTA.Dispose();
 }
Exemplo n.º 2
0
        public void ReadWellsOnly()
        {
            //Read in boreholes through table adapter
            BOREHOLETableAdapter BTA = new BOREHOLETableAdapter();

            BTA.Connection.ConnectionString = ConnectionString;
            BTA.Fill(BOREHOLE);
            BTA.Dispose();
        }