DryadLinqContextSelectOrderPreserving Property DryadLINQ documentation
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

public bool SelectOrderPreserving { get; set; }

Property Value

Type: Boolean
See Also

Reference