QueryBuilder.Source<'T,'Q> Method (F#)

A method used to support the F# query syntax. Inputs to queries are implicitly wrapped by a call to one of the overloads of this method.

Namespace/Module Path: Microsoft.FSharp.Linq

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

// Signature:
member this.Source : IQueryable<'T> -> QuerySource<'T,'Q>

// Usage:
queryBuilder.Source (source)

Parameters

  • source
    Type: IQueryable<'T>

    The input queryable collection.

Return Value

A query in the form used by query expressions.

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

See Also

Reference

Linq.QueryBuilder Class (F#)

Microsoft.FSharp.Linq Namespace (F#)

Query Expressions (F#)