MongoQueryable.Skip Method |
Name | Description | |
---|---|---|
![]() ![]() | Skip<TSource>(IMongoQueryable<TSource>, Int32) |
Bypasses a specified number of elements in a sequence and then returns the
remaining elements.
|
![]() ![]() | Skip<TSource>(IMongoQueryable<TSource>, Int64) |
Bypasses a specified number of elements in a sequence and then returns the
remaining elements.
|