Click or drag to resize
BatchableSourceTHasMore Property
Gets a value indicating whether there are more items.

Namespace: MongoDB.Driver.Core.Misc
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.0.1
Syntax
public bool HasMore { get; }

Property Value

Type: Boolean
true if there are more items; otherwise, false.
See Also