CustomOperationAttribute.IsLikeGroupJoin Property (F#)

Indicates if the custom operation is an operation similar to a group join in a sequence computation, in that the operation supports two inputs and a correlation constraint, and generates a group.

Namespace/Module Path: Microsoft.FSharp.Core

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

// Signatures:
member this.IsLikeGroupJoin : bool with get, set
// Usage:
customOperationAttribute.IsLikeGroupJoin
customOperationAttribute.IsLikeGroupJoin <- isLikeGroupJoin

Property Value

true if the operation resembles a group join.

Platforms

Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2

Version Information

F# Core Library Versions

Supported in: 2.0, 4.0, Portable

See Also

Reference

Core.CustomOperationAttribute Class (F#)

Microsoft.FSharp.Core Namespace (F#)