IRowsetUpdateImpl Members

Interface Methods (Used with IRowsetChange)

SetData

Sets data values in one or more columns.

Interface Methods (Used with IRowsetUpdate)

GetOriginalData

Gets the data most recently transmitted to or obtained from the data source, ignoring pending changes.

GetPendingRows

Returns a list of rows with pending changes.

GetRowStatus

Returns the status of specified rows.

Undo

Undoes any changes to the row since the last fetch or update.

Update

Transmits any changes made to the row since the last fetch or update.

Implementation Methods (Callback)

IsUpdateAllowed

Used to check for security, integrity, and so on before allowing updates.

Data Members

m_mapCachedData

Contains the original data for the deferred operation.

See Also

Reference

IRowsetUpdateImpl Class