Provides classes and interfaces that support queries that use Language-Integrated Query (LINQ).
Classes Interfaces Enums ParallelExecutionModeThe query execution mode is a hint that specifies how the system should handle performance trade-offs when parallelizing queries.
ParallelMergeOptionsSpecifies the preferred type of output merge to use in a query. In other words, it indicates how PLINQ should merge the results from the various partitions back into a single result sequence. This is a hint only, and may not be respected by the system when parallelizing all queries.
The System.Linq namespace is in the System.Core assembly (in System.Core.dll).
The Enumerable class contains LINQ standard query operators that operate on objects that implement IEnumerable<T>.
The Queryable class contains LINQ standard query operators that operate on objects that implement IQueryable<T>.
For more information, see LINQ to SQL.
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide. In this articleWas this page helpful?
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4