Gets or sets whether certain operators will preserve item ordering.
When true, the Select, SelectMany and Where operators will preserve item ordering;
otherwise, they may shuffle the input items as they are processed.
Namespace: Microsoft.Research.DryadLinq
Assembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.2.1.0 (0.2.1.0)
Syntax
Property Value
Type: BooleanSee Also