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