FSharp.Linq Namespace
Library functionality for F# query syntax and interoperability with .NET LINQ Expressions. See also F# Query Expressions in the F# Language Guide.
Type/Module | Description |
Functions for converting nullable values |
|
Operators for working with nullable values, primarily used on F# queries. |
|
The type used to support the F# query syntax. Use 'query { ... }' to use the query syntax. See also F# Query Expressions in the F# Language Guide. |
|
A partial input or result in an F# query. This type is used to support the F# query syntax. |