Table of Contents

Method SetShowDiskLoc

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

SetShowDiskLoc()

Sets the $showDiskLoc option.

public virtual MongoCursor<TDocument> SetShowDiskLoc()

Returns

MongoCursor<TDocument>

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