Ejemplo n.º 1
0
 public bool TableExist(string tableName)
 {
     return(_syntaxProvider.DoesTableExist(_db, tableName));
 }