Expand Minimize
This topic has not yet been rated - Rate this topic

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

Visual Studio 2012

A query operator that projects each of the elements selected so far.

Namespace/Module Path: Microsoft.FSharp.Linq

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

// Signature:
member this.Select : QuerySource<'T,'Q> * ('T -> 'Result) -> QuerySource<'Result,'Q>

// Usage:
queryBuilder.Select (source, projection)
source

Type: QuerySource<'T,'Q>

The input query.

projection

Type: 'T -> 'Result

A function that returns a result from each element in the input query.

The resulting query.

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

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

F# Core Library Versions

Supported in: 4.0, Portable

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.