VirtualADOObject.__DataSetColumnUpdate


public virtual __DataSetColumnUpdate

Prototype:

public function __DataSetColumnUpdate(Sender,ColumnValue,rowindex);

Parameters

Sender
the DataSet
ColumnValue
the new value
rowindex
the column of the updated item in the row

Description:

This is called when the data stored by the control has changed, and needs to be updated into the DataSet.

Return value:

Returns null.