Beispiel #1
0
 public static void DropTable(this Migrator Migrator, Type type)
 => Migrator.DropTable(TableInfo.FromPoco(type).TableName);
Beispiel #2
0
 public static void DropTable <T>(this Migrator Migrator)
 => Migrator.DropTable(typeof(T));