LinqDataSourceView.UpdateDataObject Method (Object, Object, Object, Object)
.NET Framework (current version)
Updates a data object.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
abstract UpdateDataObject : dataContext:Object * table:Object * oldDataObject:Object * newDataObject:Object -> unit override UpdateDataObject : dataContext:Object * table:Object * oldDataObject:Object * newDataObject:Object -> unit
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: