Share via


SqlFunctionExpression.ArgumentsPropagateNullability Property

Definition

A list of bool values indicating whether individual argument propagate null to the result.

[System.Runtime.CompilerServices.Nullable(2)]
public virtual System.Collections.Generic.IReadOnlyList<bool>? ArgumentsPropagateNullability { get; }
public virtual System.Collections.Generic.IReadOnlyList<bool> ArgumentsPropagateNullability { get; }
public virtual System.Collections.Generic.IReadOnlyList<bool>? ArgumentsPropagateNullability { get; }
[<System.Runtime.CompilerServices.Nullable(2)>]
member this.ArgumentsPropagateNullability : System.Collections.Generic.IReadOnlyList<bool>
member this.ArgumentsPropagateNullability : System.Collections.Generic.IReadOnlyList<bool>
Public Overridable ReadOnly Property ArgumentsPropagateNullability As IReadOnlyList(Of Boolean)

Property Value

Attributes

Applies to