DataBuffer Class |
Namespace: Dundas.BI.Data.Transforms
The DataBuffer type exposes the following members.
Name | Description | |
---|---|---|
![]() | DataBuffer(InputConnector, Int32) |
Initializes a new instance of the DataBuffer class and prepares buffers for the specified input only.
|
![]() | DataBuffer(Transform, Int32) |
Initializes a new instance of the DataBuffer class and prepares buffers for all inputs, as well as for the output data.
|
Name | Description | |
---|---|---|
![]() | Capacity |
Gets the buffer capacity.
|
![]() | TotalReadRecords |
Gets the total number of records read up to the query moment.
|
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.
|