-
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
|
Instance member
|
Description
|
|
|
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
|
|
|
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
|
|
|
Indicates if the custom operation is an operation similar to a join in a sequence computation, supporting two inputs and a correlation constraint
|
|
|
Indicates if the custom operation is an operation similar to a zip in a sequence computation, supporting two inputs
|
|
|
Indicates the name used for the 'on' part of the custom query operator for join-like operators
|
|
|
Indicates if the custom operation maintains the variable space of the query of computation expression
|
|
|
Indicates if the custom operation maintains the variable space of the query of computation expression through the use of a bind operation
|
|
|
Get the name of the custom operation when used in a query or other computation expression
-
Returns:
string
|