Microsoft.FSharp.Linq Namespace (F#)

This namespace includes types that support F# query expressions. This includes functions and operators for working with nullable values frequently encountered when working with databases, and the types that are used to implement the query expressions language feature. For more information, see Query Expressions (F#).

Namespace/Module Path: Microsoft.FSharp.Linq

Assembly: FSharp.Core (in FSharp.Core.dll)

namespace Microsoft.FSharp.Linq

Namespaces

Namespace

Description

namespace Microsoft.FSharp.Linq.QueryRunExtensions

Contains modules and functions that support the F# query syntax.

Modules

Module

Description

module Nullable

Functions for converting nullable values.

module NullableOperators

Operators for working with nullable values.

Type Definitions

Type

Description

type QueryBuilder

The type used to support the F# query syntax.

type QuerySource<'T,'Q>

A partial input or result in an F# query.

See Also

Reference

Nullable Operators (F#)

Other Resources

F# Core Library Reference