A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://fsharp.github.io/fsharp-core-docs/reference/fsharp-core-customoperationattribute.html below:

CustomOperationAttribute (FSharp.Core) | FSharp.Core

CustomOperationAttribute Type
Namespace: FSharp.Core
Assembly: FSharp.Core.dll
Base Type: Attribute
This is an attribute type definition

Indicates that a member on a computation builder type is a custom query operator, and indicates the name of that operator.

Instance members

this.AllowIntoPattern

Full Usage:

this.AllowIntoPattern

Indicates if the custom operation supports the use of 'into' immediately after the use of the operation in a query or other computation expression to consume the results of the operation

this.IsLikeGroupJoin

Full Usage:

this.IsLikeGroupJoin

Indicates if the custom operation is an operation similar to a group join in a sequence computation, supporting two inputs and a correlation constraint, and generating a group

this.IsLikeJoin

Full Usage:

this.IsLikeJoin

Indicates if the custom operation is an operation similar to a join in a sequence computation, supporting two inputs and a correlation constraint

this.IsLikeZip

Full Usage:

this.IsLikeZip

Indicates if the custom operation is an operation similar to a zip in a sequence computation, supporting two inputs

this.JoinConditionWord

Full Usage:

this.JoinConditionWord

Indicates the name used for the 'on' part of the custom query operator for join-like operators

this.MaintainsVariableSpace

Full Usage:

this.MaintainsVariableSpace

Indicates if the custom operation maintains the variable space of the query of computation expression

this.MaintainsVariableSpaceUsingBind

Full Usage:

this.MaintainsVariableSpaceUsingBind

Indicates if the custom operation maintains the variable space of the query of computation expression through the use of a bind operation

this.Name

Full Usage:

this.Name

Returns: string


Get the name of the custom operation when used in a query or other computation expression

Returns: string

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4