Table of Contents

Property UseCursor

Namespace
MongoDB.Driver.Core.Operations
Assembly
MongoDB.Driver.Core.dll

UseCursor

Gets or sets a value indicating whether the server should use a cursor to return the results.

[Obsolete("Server versions 3.6 and newer always use a cursor.")]
public bool? UseCursor { get; set; }

Property Value

bool?

A value indicating whether the server should use a cursor to return the results.