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)
For more information and examples, see Query Expressions (F#).