QueryBuilder.YieldFrom<'T,'Q> Method (F#)
A method used to support the F# query syntax. Returns a sequence that contains the specified values.
Namespace/Module Path: Microsoft.FSharp.Linq
Assembly: FSharp.Core (in FSharp.Core.dll)
// Signature:
member this.YieldFrom : QuerySource<'T,'Q> -> QuerySource<'T,'Q>
// Usage:
queryBuilder.YieldFrom (computation)
Parameters
computation
Type: QuerySource<'T,'Q>The input query.
Return Value
A query that is the same as the input 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