Share via


Options.NullSubstitution Property

Definition

Gets or sets a value, a function that been called when there is null value hit in memory.

public Func<string,object> NullSubstitution { get; set; }
member this.NullSubstitution : Func<string, obj> with get, set
Public Property NullSubstitution As Func(Of String, Object)

Property Value

The function delegate.

Applies to