DataBuffer Methods |
The DataBuffer type exposes the following members.
Name | Description | |
---|---|---|
![]() | AcceptChanges |
Commits all changes since the last AcceptChanges.
|
![]() | ContainsTable |
Determines whether the buffer contains table with the specified table name.
|
![]() | CreateTable |
Creates a table with the specified name using the metadata provider.
|
![]() | GetChanges |
Gets the changes since the last AcceptChanges.
|
![]() | Merge |
Merges the current buffer with the specified buffer.
|
![]() | NewTable |
Creates and returns a new table.
|
![]() | RejectChanges |
Rejects all changes to the buffer.
|
Name | Description | |
---|---|---|
![]() | ProtectCurrentData |
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.) |