public string DropTempTableIfExists(string tableName) { return(Adapter.DropTempTableIfExists(tableName)); }