Parameter.ConvertEmptyStringToNull Propiedad
Definición
public:
property bool ConvertEmptyStringToNull { bool get(); void set(bool value); };
public bool ConvertEmptyStringToNull { get; set; }
member this.ConvertEmptyStringToNull : bool with get, set
Public Property ConvertEmptyStringToNull As Boolean
Valor de propiedad
Es true
si el valor al que está enlazado Parameter debe convertirse a null
cuando es Empty; de lo contrario, es false
.true
if the value that the Parameter is bound to should be converted to null
when it is Empty; otherwise, false
. El valor predeterminado es true
.The default value is true
.
Comentarios
Si se ConvertEmptyStringToNull cambia la propiedad del parámetro, se llama OnParameterChanged al método.If the ConvertEmptyStringToNull property of the parameter is changed, the OnParameterChanged method is called.