Header menu logo FSharp.Core

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

Nullable

Functions for converting nullable values

NullableOperators

Operators for working with nullable values, primarily used on F# queries.

QueryBuilder

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.

QuerySource<'T, 'Q>

A partial input or result in an F# query. This type is used to support the F# query syntax.

Type something to start searching.