Пример #1
0
 /// <summary>
 /// Read the data from the Lithsample table.
 /// </summary>
 /// <param name="DataBaseFileName"></param>
 public void ReadInLithology()
 {
   LITHSAMPTableAdapter LTA = new LITHSAMPTableAdapter();
   LTA.Connection.ConnectionString = ConnectionString;
   LTA.FillByOnlyRock(LITHSAMP);
   LTA.Dispose();
 }
Пример #2
0
        /// <summary>
        /// Read the data from the Lithsample table.
        /// </summary>
        /// <param name="DataBaseFileName"></param>
        public void ReadInLithology()
        {
            LITHSAMPTableAdapter LTA = new LITHSAMPTableAdapter();

            LTA.Connection.ConnectionString = ConnectionString;
            LTA.FillByOnlyRock(LITHSAMP);
            LTA.Dispose();
        }