We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c3ba192 + 761a6b7 commit f987faaCopy full SHA for f987faa
src/MR.EntityFrameworkCore.KeysetPagination/KeysetPaginationBuilder.cs
@@ -30,7 +30,7 @@ public KeysetPaginationBuilder<T> Descending<TColumn>(
30
return ConfigureColumn(columnExpression, isDescending: true);
31
}
32
33
- private KeysetPaginationBuilder<T> ConfigureColumn<TColumn>(
+ public KeysetPaginationBuilder<T> ConfigureColumn<TColumn>(
34
Expression<Func<T, TColumn>> columnExpression,
35
bool isDescending)
36
{
0 commit comments