QueryBuilder.Head<'T,'Q> Method (F#)

A query operator that selects the first element from those selected so far.

Namespace/Module Path: Microsoft.FSharp.Linq

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

// Signature:
member this.Head : QuerySource<'T,'Q> -> 'T

// Usage:
queryBuilder.Head (source)

Parameters

Return Value

The first element.

Remarks

For more information and examples, see Query Expressions (F#).

Platforms

Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2

Version Information

F# Core Library Versions

Supported in: 4.0, Portable

See Also

Reference

Query Expressions (F#)