Parameter::ConvertEmptyStringToNull Property

 

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.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
property bool ConvertEmptyStringToNull {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true 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
Return to top
Show: