Parameter::ConvertEmptyStringToNull Property
.NET Framework (current version)
Gets or sets a value indicating whether the value that the Parameter object is bound to should be converted to null if it is String::Empty.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::Booleantrue if the value that the Parameter is bound to should be converted to null when it is String::Empty; otherwise, false. The default value is true.
If the ConvertEmptyStringToNull property of the parameter is changed, the OnParameterChanged method is called.
.NET Framework
Available since 2.0
Available since 2.0
Show: