NullableOperators Module
Operators for working with nullable values, primarily used on F# queries.
Functions and values
Function or value |
Description
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The '<' operator where a nullable value appears on the left This operator is primarily for use in F# queries
Example
Multiple items
namespace Microsoft.FSharp -------------------- namespace FSharp namespace Microsoft.FSharp.Linq
module NullableOperators
from Microsoft.FSharp.Linq
|
|
The '<=' operator where a nullable value appears on the left This operator is primarily for use in F# queries
Example
Multiple items
namespace Microsoft.FSharp -------------------- namespace FSharp namespace Microsoft.FSharp.Linq
module NullableOperators
from Microsoft.FSharp.Linq
|
|
|
|
The '<>' operator where a nullable value appears on the left This operator is primarily for use in F# queries
Example
Multiple items
namespace Microsoft.FSharp -------------------- namespace FSharp namespace Microsoft.FSharp.Linq
module NullableOperators
from Microsoft.FSharp.Linq
|
|
|
|
|
|
The '=' operator where a nullable value appears on the left This operator is primarily for use in F# queries
Example
Multiple items
namespace Microsoft.FSharp -------------------- namespace FSharp namespace Microsoft.FSharp.Linq
module NullableOperators
from Microsoft.FSharp.Linq
|
|
|
|
The '>' operator where a nullable value appears on the left This operator is primarily for use in F# queries
Example
Multiple items
namespace Microsoft.FSharp -------------------- namespace FSharp namespace Microsoft.FSharp.Linq
module NullableOperators
from Microsoft.FSharp.Linq
|
|
The '>=' operator where a nullable value appears on the left This operator is primarily for use in F# queries
Example
Multiple items
namespace Microsoft.FSharp -------------------- namespace FSharp namespace Microsoft.FSharp.Linq
module NullableOperators
from Microsoft.FSharp.Linq
|
|
|
|