This topic has not yet been rated - Rate this topic

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

Visual Studio 2012

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

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

Member

Description

new

Create a new QuerySource object from an enumerable sequence.

Member

Description

Source: seq<'T>

The enumerable sequence that is associated with a query.

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.