Click or drag to resize
BatchableSourceTMoveNext Method
Moves to the next item in the source.

Namespace: MongoDB.Driver.Core.Misc
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.0.1
Syntax
public bool MoveNext()

Return Value

Type: Boolean
True if there are more items.
See Also