Exemplo n.º 1
0
        public void TestDropTableTestClass3()
        {
            TestCreateTableTestClass3();
            var sqliteDbc = new NLORMSQLiteDb(connectionString);

            sqliteDbc.DropTable <TestClass3>();
        }