| MemoryBufferRow Methods | 
The MemoryBufferRow type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | AcceptChanges | 
            Commits all changes to the row data since the last call to AcceptChanges.
            Copies all current values to the original values.
             | 
|  | CopyStateFrom | 
            Applies the RowState of the specified row to the current row.
             | 
|  | Delete | 
            Deletes the specified row. 
             | 
|  | Protect | 
            Protects this instance.
             | 
|  | RejectChanges | 
            Rejects all changes to the row.
             | 
|  | SetModified | 
            Sets the row state to Modified.
             | 
|  | ToString | 
            Returns a String that represents this instance.
            (Overrides ObjectToString.) | 
|  | UpdateFrom | 
            Updates the columns values of this row with the values of the specified row.
             | 
 Extension Methods
Extension Methods| Name | Description | |
|---|---|---|
|  | AddToTable | 
            Adds the row to the specified table.
            (Defined by IBufferRowExtensions.) | 
|  | GetOwnershipRow | 
            Gets the ownership row of a row.
            (Defined by IBufferRowExtensions.) | 
 See Also
See Also