FSharp.PowerPack.Linq When used in queries, this operator corresponds to the LINQ Min operator and the query convertor recognises it as such It differs in return type from Seq.min_by When used in queries, this operator corresponds to the LINQ Join operator and the query convertor recognises it as such This join operator implements the LINQ GroupJoin operator and the query convertor recognises it as such When used in queries, this operator corresponds to the LINQ Join operator and the query convertor recognises it as such This join operator implements the LINQ GroupJoin operator and the query convertor recognises it as such This join operator corresponds to the LINQ Join operator and the query convertor recognises it as such When used in queries, this operator corresponds to the LINQ Max operator and the query convertor recognises it as such It differs in return type from Seq.max_by When used in queries, this operator corresponds to the LINQ Max operator and the query convertor recognises it as such It differs in return type from Seq.max_by When used in queries, this operator corresponds to the LINQ Min operator and the query convertor recognises it as such It differs in return type from Seq.min_by When used in queries, this operator corresponds to the LINQ Min operator and the query convertor recognises it as such It differs in return type from Seq.min_by Evaluate the quotation expression by first converting to a LINQ expression tree making use of IQueryable operators and then executing expression tree Exceptions: InvalidArgumentException will be raised if the input expression is not in the subset that can be converted to a LINQ expression tree This function should not be called directly. A set of types used for implementing quotation conversions. These are public only because targets of Linq Lambda expressions require them to be so This module provides Compile and Eval extension members for F# quotation values, implemented by translating to LINQ expression trees and using the LINQ dynamic compiler.