QueryBuilder.Quote<'T> Method (F#)

A method used to support the F# query syntax. Indicates that the query should be passed as a quotation to the Run method.

Namespace/Module Path: Microsoft.FSharp.Linq

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

// Signature:
member this.Quote : Expr<'T> -> Expr<'T>

// Usage:
queryBuilder.Quote ()

Parameters

  • source
    Type: Expr<'T>

    The input query.

Return Value

The query as an F# quotation.

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#)