MemoryBuffer Methods |
The MemoryBuffer type exposes the following members.
| Name | Description | |
|---|---|---|
| AcceptChanges |
Commits all changes since the last AcceptChanges.
(Inherited from DataBuffer.) | |
| ContainsTable |
Determines whether the buffer contains table with the specified table name.
(Overrides DataBufferContainsTable(String).) | |
| CreateTable |
Creates a table with the specified name using the metadata provider.
(Inherited from DataBuffer.) | |
| GetChanges |
Gets the changes since the last AcceptChanges.
(Overrides DataBufferGetChanges.) | |
| Merge |
Merges the current buffer with the specified buffer.
(Inherited from DataBuffer.) | |
| NewTable |
Creates and returns a new table.
(Overrides DataBufferNewTable(String).) | |
| RejectChanges |
Rejects all changes to the buffer.
(Inherited from DataBuffer.) | |
| ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |