DataBuffer Methods |
The DataBuffer type exposes the following members.
| Name | Description | |
|---|---|---|
| GetElementAggregatedValue |
Gets the aggregated value for the specified element. The aggregator setting must be setup before the buffer is used to store data.
| |
| GetElementValue(ConnectorElement, Boolean) |
Gets the value for the specified connector element.
| |
| GetElementValue(ConnectorElement, Int32, Boolean) |
Gets the value for the specified connector element.
| |
| MoveToNextRecord |
Moves the cursor to the next available record in the buffer.
| |
| MoveToRecord |
Moves to record to the specified index.
| |
| ReadAndAppendAllRecords |
Reads and appends all the data records into the internal buffers.
| |
| ReadAndAppendRecord |
Reads and appends the data records into the internal buffers.
| |
| ReadAndAppendRecords |
Reads and appends the data records into the internal buffers.
| |
| SetElementValue |
Sets the element value in the internal buffer.
|