Skip to content

Commit a60e938

Browse files
removing allowed cursor after .Where in the interface
1 parent 0d11953 commit a60e938

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Magic.IndexedDb/LinqTranslation/Interfaces/IMagicQueryStaging.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ public interface IMagicQueryStaging<T> : IMagicExecute<T> where T : class
2020
/// <param name="predicate"></param>
2121
/// <returns></returns>
2222
IMagicQueryStaging<T> Where(Expression<Func<T, bool>> predicate);
23-
24-
IMagicCursor<T> Cursor(Expression<Func<T, bool>> predicate);
25-
2623
IMagicQueryPaginationTake<T> Take(int amount);
2724
IMagicQueryFinal<T> TakeLast(int amount);
2825
IMagicQueryFinal<T> Skip(int amount);

0 commit comments

Comments
 (0)