Property Current
- Namespace
- MongoDB.Driver.Core.Operations
- Assembly
- MongoDB.Driver.Core.dll
Current
Gets the current batch of documents.
public IEnumerable<TDocument> Current { get; }
Property Value
- IEnumerable<TDocument>
The current batch of documents.