IReadOnlyDbFunctionParameter.PropagatesNullability Property

Definition

Gets the value which indicates whether the parameter propagates nullability, meaning if it's value is null the database function itself returns null.

public bool PropagatesNullability { get; }
member this.PropagatesNullability : bool
Public ReadOnly Property PropagatesNullability As Boolean

Property Value

Applies to