| IBufferRow Methods | 
The IBufferRow type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | AcceptChanges | 
            Commits all changes to the row data since the last call to AcceptChanges and reverts all values to the original ones.
             | 
|  | CopyStateFrom | 
            Applies the RowState of the specified row to the current row.
             | 
|  | Delete | 
            Sets the row state to Deleted.
             | 
|  | Protect | 
            Protects the row. The protected rows are not refreshed with new values from the data source.
             | 
|  | RejectChanges | 
            Rejects all changes to the row.
             | 
|  | SetModified | 
            Sets the row state to Modified.
             | 
|  | UpdateFrom | 
            Updates the columns values (excluding the primary key) 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