Linq.QuerySource<'T,'Q> Constructor (F#)
Constructs an instance of QuerySource.
Namespace/Module Path: Microsoft.FSharp.Linq
Assembly: FSharp.Core (in FSharp.Core.dll)
// Signature:
new QuerySource : seq<'T> -> QuerySource<'T,'Q>
// Usage:
new QuerySource (source)
Parameters
source
Type: seq<'T>An enumerable sequence of data to query against, such as a database table or collection.
Return Value
A new instance of QuerySource.
Platforms
Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2
Version Information
F# Core Library Versions
Supported in: 4.0, Portable