Linq.QuerySource<'T,'Q> Class (F#)

A partial input or result in an F# query.

Namespace/Module Path: Microsoft.FSharp.Linq

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

[<NoComparison>]
[<NoEquality>]
[<Sealed>]
type QuerySource<'T,'Q> =
 class
  new QuerySource : seq<'T> -> QuerySource<'T,'Q>
  member this.Source : seq<'T>
 end

Remarks

This type is used to implement the query expression functionality and should not be used directly.

Constructors

Member

Description

new

Create a new QuerySource object from an enumerable sequence.

Instance Members

Member

Description

Source: seq<'T>

The enumerable sequence that is associated with a query.

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

Microsoft.FSharp.Linq Namespace (F#)