IBufferTableExtensions Methods |
The IBufferTableExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
| EnsureLoaded |
Checks all ids in the list and makes sure all of them are loaded in the memory of the table.
| |
| FindOrLoadRow |
Searches for the row in the table. If not found it is loaded from the data store.
| |
| FindOrLoadRowByValueTValue(IBufferTable, IBufferColumn, TValue) |
Finds or loads from the data-source the first row, for which the specified column matches the specified value.
| |
| FindOrLoadRowByValueTValue(IBufferTable, String, TValue) |
Finds or loads from the data-source the first row, for which the specified column matches the specified value.
| |
| FindOrLoadRows |
Find or loads from the data source the rows with the specified ids.
| |
| FindOrLoadRowsByValueTValue |
Finds or loads from the data-source all rows, for which the specified column matches the specified values.
| |
| FindRowByValueTValue(IBufferTable, IBufferColumn, TValue) |
Finds and returns the first row, for which the specified column matches the specified value.
| |
| FindRowByValueTValue(IBufferTable, Int32, TValue) |
Finds and returns the first row, for which the specified column matches the specified value.
| |
| FindRowByValueTValue(IBufferTable, String, TValue) |
Finds and returns the first row, for which the specified column matches the specified value.
| |
| Merge |
Merges the table with the rows of the specified other table.
| |
| NewRow |
Creates a new row and returns it.
| |
| ProtectCurrentData |
Protects all rows in the table. The protected rows are not refreshed with new values from the data source.
|