Method TableExistsAsync(string)
Checks whether the specified table exists in the database.
protected abstract Task<bool> TableExistsAsync(string tableName)
Checks whether the specified table exists in the database.
protected abstract Task<bool> TableExistsAsync(string tableName)