Click or drag to resize

MemoryBuffer Methods

The MemoryBuffer type exposes the following members.

Methods
  NameDescription
Public methodAcceptChanges
Commits all changes since the last AcceptChanges.
(Inherited from DataBuffer.)
Public methodContainsTable
Determines whether the buffer contains table with the specified table name.
(Overrides DataBufferContainsTable(String).)
Public methodCreateTable
Creates a table with the specified name using the metadata provider.
(Inherited from DataBuffer.)
Public methodGetChanges
Gets the changes since the last AcceptChanges.
(Overrides DataBufferGetChanges.)
Public methodMerge
Merges the current buffer with the specified buffer.
(Inherited from DataBuffer.)
Public methodNewTable
Creates and returns a new table.
(Overrides DataBufferNewTable(String).)
Public methodRejectChanges
Rejects all changes to the buffer.
(Inherited from DataBuffer.)
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Top
See Also