Click or drag to resize

MemoryBufferRow Methods

The MemoryBufferRow type exposes the following members.

Methods
  NameDescription
Public methodAcceptChanges
Commits all changes to the row data since the last call to AcceptChanges. Copies all current values to the original values.
Public methodCopyStateFrom
Applies the RowState of the specified row to the current row.
Public methodDelete
Deletes the specified row.
Public methodProtect
Protects this instance.
Public methodRejectChanges
Rejects all changes to the row.
Public methodSetModified
Sets the row state to Modified.
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Public methodUpdateFrom
Updates the columns values 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