EvaluationOptions.NullSubstitution 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.
Gets or sets the option of a function to replace a null value. If nullSubstitution is specified, LG evaluator will not throw null exception even the strictMode is on.
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
A function.