internal static string GetTableNameOrNull(this IDbSchema db, string databaseName, string schemaName, string tableName) { return(db.GetTableOrNull(databaseName, schemaName, tableName)?.VariableName); }