CustomOperationAttribute.IsLikeJoin Property (F#)
Indicates if the custom operation is an operation similar to a join in a sequence computation, in that it supports two inputs and a correlation constraint.
Namespace/Module Path: Microsoft.FSharp.Core
Assembly: FSharp.Core (in FSharp.Core.dll)
// Signatures:
member this.IsLikeJoin : bool with get, set
// Usage:
customOperationAttribute.IsLikeJoin
customOperationAttribute.IsLikeJoin <- isLikeJoin
Property Value
true if the operation is like a 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