DataBuffer Methods

The DataBuffer type exposes the following members.

Methods
  NameDescription
Public methodGetElementAggregatedValue
Gets the aggregated value for the specified element. The aggregator setting must be setup before the buffer is used to store data.
Public methodGetElementValue(ConnectorElement, Boolean)
Gets the value for the specified connector element.
Public methodGetElementValue(ConnectorElement, Int32, Boolean)
Gets the value for the specified connector element.
Public methodMoveToNextRecord
Moves the cursor to the next available record in the buffer.
Public methodMoveToRecord
Moves to record to the specified index.
Public methodReadAndAppendAllRecords
Reads and appends all the data records into the internal buffers.
Public methodReadAndAppendRecord
Reads and appends the data records into the internal buffers.
Public methodReadAndAppendRecords
Reads and appends the data records into the internal buffers.
Public methodSetElementValue
Sets the element value in the internal buffer.
Top
See Also