Cursor ClassNFX Class Library

[This is preliminary documentation and is subject to change.]

Represents a UNIDIRECTIONAL SINGLE-pass (no buffering) cursor returned by the Find(query) command. The cursor needs to be closed by calling Dispose() if the eof has not been reached OR it will auto-close on EOF. The cursor may be enumerated only once. It is NOT thread-safe
Inheritance Hierarchy

OnlineSystem Object
  NFX DisposableObject
    NFX.DataAccess.MongoDB.Connector Cursor

Namespace: NFX.DataAccess.MongoDB.Connector
Assembly: NFX.MongoDB (in NFX.MongoDB.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public sealed class Cursor : DisposableObject, 
	IEnumerable<BSONDocument>, IEnumerable, IEnumerator<BSONDocument>, 
	IDisposable, IEnumerator
See Also