QuerySource.Source<'T,'Q> Property (F#)

Represents the source data for a query. This property is intended for infrastructure use only.

Namespace/Module Path: Microsoft.FSharp.Linq

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

// Signature:
member this.Source : seq<'T>

// Usage:
querySource.Source

Return Value

The source data as an enumerable sequence.

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

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

Microsoft.FSharp.Linq Namespace (F#)