Click or drag to resize

LinqExtensions Class

Inheritance Hierarchy
SystemObject
  Omada.OE.Model.ExtensionsLinqExtensions

Namespace:  Omada.OE.Model.Extensions
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public static class LinqExtensions

The LinqExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberOrderBySequenceT, TId
Sorts the elements of a sequence based on the sorting of another sequence
Public methodStatic memberOrderByWithDirectionTSource, TKey
Sorts the elements of a sequence according to the key with the provided order
Public methodStatic memberParallelForEachAsCurrentIdentityT
Runs the action in parallel for each item in the list, as the identity in the context This should be used instead of Parallel.ForEach, since Parallel.ForEach is not guaranteed to keep the impersonation context. More on this can be found here: https://stackoverflow.com/questions/26065155/parallel-foreach-changes-impersonation-context
Top
See Also