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

A query operator that selects distinct elements from the elements selected so far.

Namespace/Module Path: Microsoft.FSharp.Linq

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

// Signature:
member this.Distinct : QuerySource<'T,'Q> -> QuerySource<'T,'Q> when 'T : equality

// Usage:
queryBuilder.Distinct (source)

Parameters

Return Value

The source query less any duplicate elements.

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