QueryableDataSourceView.UpdateObject(Object, Object) Method

Definition

Updates a data object.

protected:
 virtual int UpdateObject(System::Object ^ oldEntity, System::Object ^ newEntity);
protected virtual int UpdateObject (object oldEntity, object newEntity);
abstract member UpdateObject : obj * obj -> int
override this.UpdateObject : obj * obj -> int
Protected Overridable Function UpdateObject (oldEntity As Object, newEntity As Object) As Integer

Parameters

oldEntity
Object

The object to update.

newEntity
Object

The updated object.

Returns

The number of rows that were updated in the data object.

Applies to