[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
The System.Linq namespace provides classes and interfaces that support queries that use Language-Integrated Query (LINQ).
The Enumerable class contains LINQ standard query operators that operate on objects that implement IEnumerable<(Of <(T>)>).
The Queryable class contains LINQ standard query operators that operate on objects that implement IQueryable<(Of <(T>)>).
|
| Enumeration | Description |
|---|
.gif) | ParallelExecutionMode | The query execution mode is a hint that specifies how the system should handle performance trade-offs when parallelizing queries. |
.gif) | ParallelMergeOptions | Specifies the preferred type of output merge to use in a query. This is a hint only, and may not be respected by the system when parallelizing all queries. |