We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dd46a8 commit 6268ed9Copy full SHA for 6268ed9
Eocron.Algorithms/Queryable/Paging/PagingQueryableExtensions.cs
@@ -10,8 +10,8 @@ namespace Eocron.Algorithms.Queryable.Paging
10
public static class PagingQueryableExtensions
11
{
12
/// <summary>
13
- /// Apply WHERE condition to IQueryable if continuation token is not empty.
14
- /// It will not apply Skip/Take operations, you should do it yourself.
+ /// Applies configured ordering.
+ /// Applies skipping WHERE condition to IQueryable if continuation token is not empty.
15
/// </summary>
16
/// <param name="source"></param>
17
/// <param name="configuration"></param>
0 commit comments