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 Overridable Sub UpdateDataObject ( dataContext As Object, table As Object, oldDataObject As Object, newDataObject As Object )
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: