Table of Contents

Method SetFlags

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.Legacy.dll

SetFlags(QueryFlags)

Sets the query flags.

public virtual MongoCursor<TDocument> SetFlags(QueryFlags flags)

Parameters

flags QueryFlags

The query flags.

Returns

MongoCursor<TDocument>

The cursor (so you can chain method calls to it).