LinqDataSourceView::UpdateDataObject Method (Object^, Object^, Object^, Object^)
.NET Framework (current version)
Updates a data object.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
protected: virtual void UpdateDataObject( Object^ dataContext, Object^ table, Object^ oldDataObject, Object^ newDataObject )
Parameters
- dataContext
-
Type:
System::Object^
The data context class to update.
- table
-
Type:
System::Object^
The data collection that contains the object to update.
- oldDataObject
-
Type:
System::Object^
The object to be updated.
- newDataObject
-
Type:
System::Object^
The updated object.
.NET Framework
Available since 3.5
Available since 3.5
Show: