QueryableDataSourceEditData::OriginalDataObject Property

.NET Framework (current version)
 

Gets or sets the value of the data object to edit before it was changed.

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

public:
property Object^ OriginalDataObject {
	Object^ get();
	void set(Object^ value);
}

Property Value

Type: System::Object^

The value of the data object to edit before it was changed.

.NET Framework
Available since 4.0
Return to top
Show: