Expand Minimize
This topic has not yet been rated - Rate this topic

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

Visual Studio 2012

A method used to support the F# query syntax. Runs the given quotation as a query using LINQ IQueryable rules.

Namespace/Module Path: Microsoft.FSharp.Linq

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

// Signature:
member this.Run : Expr<QuerySource<'T,IQueryable>> -> IQueryable<'T>

// Usage:
queryBuilder.Run ()
source

Type: Expr<QuerySource<'T, IQueryable>>

A query expression.

The query as a queryable value.

For more information and examples, see Query Expressions (F#).

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.