Note: This API is now obsolete.
Gets or sets a value indicating whether the server should use a cursor to return the results.
Namespace:
MongoDB.Driver.Core.Operations
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.11.0+cb27a82ea70620ad1acad8058809be8302ae4f2a
Syntax[ObsoleteAttribute("Server versions 3.6 and newer always use a cursor.")]
public Nullable<bool> UseCursor { get; set; }
<ObsoleteAttribute("Server versions 3.6 and newer always use a cursor.")>
Public Property UseCursor As Nullable(Of Boolean)
Get
Set
[<ObsoleteAttribute("Server versions 3.6 and newer always use a cursor.")>]
member UseCursor : Nullable<bool> with get, set
Property Value
Type:
NullableBoolean
A value indicating whether the server should use a cursor to return the results.
See Also