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