[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
System Object NFX DisposableObject NFX.DataAccess.MongoDB.Connector CursorNamespace: NFX.DataAccess.MongoDB.ConnectorAssembly: NFX.MongoDB (in NFX.MongoDB.dll) Version: 3.0.0.1 (3.0.0.1)
public sealed class Cursor : DisposableObject,
IEnumerable<BSONDocument>, IEnumerable, IEnumerator<BSONDocument>,
IDisposable, IEnumerator
public sealed class Cursor : DisposableObject,
IEnumerable<BSONDocument>, IEnumerable, IEnumerator<BSONDocument>,
IDisposable, IEnumerator
Public NotInheritable Class Cursor
Inherits DisposableObject
Implements IEnumerable(Of BSONDocument), IEnumerable,
IEnumerator(Of BSONDocument), IDisposable, IEnumerator
Public NotInheritable Class Cursor
Inherits DisposableObject
Implements IEnumerable(Of BSONDocument), IEnumerable,
IEnumerator(Of BSONDocument), IDisposable, IEnumerator
public ref class Cursor sealed : public DisposableObject,
IEnumerable<BSONDocument^>, IEnumerable, IEnumerator<BSONDocument^>,
IDisposable, IEnumerator
public ref class Cursor sealed : public DisposableObject,
IEnumerable<BSONDocument^>, IEnumerable, IEnumerator<BSONDocument^>,
IDisposable, IEnumerator
[<SealedAttribute>]
type Cursor =
class
inherit DisposableObject
interface IEnumerable<BSONDocument>
interface IEnumerable
interface IEnumerator<BSONDocument>
interface IDisposable
interface IEnumerator
end
[<SealedAttribute>]
type Cursor =
class
inherit DisposableObject
interface IEnumerable<BSONDocument>
interface IEnumerable
interface IEnumerator<BSONDocument>
interface IDisposable
interface IEnumerator
end