SqlFunctionExpression.InstancePropagatesNullability 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 bool value indicating if the instance propagates null to the result.
public virtual bool? InstancePropagatesNullability { get; }
member this.InstancePropagatesNullability : Nullable<bool>
Public Overridable ReadOnly Property InstancePropagatesNullability As Nullable(Of Boolean)