Compartir a través de


Options.NullSubstitution Propiedad

Definición

Obtiene o establece un valor, una función a la que se ha llamado cuando hay un valor NULL alcanzado en la memoria.

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

Valor de propiedad

Delegado de función.

Se aplica a