Parameter.ConvertEmptyStringToNull Свойство
Определение
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
Значение свойства
true
если значение, к которому привязан Parameter подлежит преобразованию в null
, будучи Empty; в противном случае — false
.true
if the value that the Parameter is bound to should be converted to null
when it is Empty; otherwise, false
. Значение по умолчанию — true
.The default value is true
.
Комментарии
Если ConvertEmptyStringToNull изменении свойства параметра OnParameterChanged вызывается метод.If the ConvertEmptyStringToNull property of the parameter is changed, the OnParameterChanged method is called.