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.

C#
public bool PropagatesNullability { get; }

Property Value

Applies to

Product Versions
Entity Framework Core 6.0, 7.0, 8.0, 9.0