Table of Contents

Property IsOrdered

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

IsOrdered

Gets or sets a value indicating whether the writes must be performed in order.

public bool IsOrdered { get; set; }

Property Value

bool

true if the writes must be performed in order; otherwise, false.