Click or drag to resize

IBufferRow Methods

The IBufferRow type exposes the following members.

Methods
  NameDescription
Public methodAcceptChanges
Commits all changes to the row data since the last call to AcceptChanges and reverts all values to the original ones.
Public methodCopyStateFrom
Applies the RowState of the specified row to the current row.
Public methodDelete
Sets the row state to Deleted.
Public methodProtect
Protects the row. The protected rows are not refreshed with new values from the data source.
Public methodRejectChanges
Rejects all changes to the row.
Public methodSetModified
Sets the row state to Modified.
Public methodUpdateFrom
Updates the columns values (excluding the primary key) of this row with the values of the specified row.
Top
Extension Methods
  NameDescription
Public Extension MethodAddToTable
Adds the row to the specified table.
(Defined by IBufferRowExtensions.)
Public Extension MethodGetOwnershipRow
Gets the ownership row of a row.
(Defined by IBufferRowExtensions.)
Top
See Also