Beispiel #1
0
        public void a()
        {
            SqlIf db = new SqlIf();

            /* データベースオープン */
            db.Open();

            DataTable datatable1 = db.ReadTable1();

            A = datatable1.Rows[0][0].ToString();

            db.Close();
        }
Beispiel #2
0
 public void a()
 {
     var a = new SqlIf();
 }