SqlFunctionExpression.ArgumentsPropagateNullability Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A list of bool values indicating whether individual argument propagate null to the result.
public virtual System.Collections.Generic.IReadOnlyList<bool> ArgumentsPropagateNullability { get; }
public virtual System.Collections.Generic.IReadOnlyList<bool>? ArgumentsPropagateNullability { get; }
member this.ArgumentsPropagateNullability : System.Collections.Generic.IReadOnlyList<bool>
Public Overridable ReadOnly Property ArgumentsPropagateNullability As IReadOnlyList(Of Boolean)