QueryBuilder.Take<'T,'Q> Method (F#)
A query operator that selects a specified number of contiguous elements from those selected so far.
Namespace/Module Path: Microsoft.FSharp.Linq
Assembly: FSharp.Core (in FSharp.Core.dll)
// Signature:
member this.Take : QuerySource<'T,'Q> * int -> QuerySource<'T,'Q>
// Usage:
queryBuilder.Take (source, count)
Parameters
source
Type: QuerySource<'T,'Q>The input query.
count
Type: intThe number of elements desired.
Return Value
The truncated query.
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