Click or drag to resize

DataBuffer Methods

The DataBuffer type exposes the following members.

Methods
  NameDescription
Public methodAcceptChanges
Commits all changes since the last AcceptChanges.
Public methodContainsTable
Determines whether the buffer contains table with the specified table name.
Public methodCreateTable
Creates a table with the specified name using the metadata provider.
Public methodGetChanges
Gets the changes since the last AcceptChanges.
Public methodMerge
Merges the current buffer with the specified buffer.
Public methodNewTable
Creates and returns a new table.
Public methodRejectChanges
Rejects all changes to the buffer.
Top
Extension Methods
  NameDescription
Public Extension MethodProtectCurrentData
Protects all rows in all tables in the buffer. The protected rows are not refreshed with new values from the data source.
(Defined by IBufferExtensions.)
Top
See Also