Class used for buffering transform input or output data in a tabular format.
This data can be used by the
ScriptProcessor to perform computations for connector elements based on
ConnectorElementExpression.
For successful and correct computations, the necessary data must be buffered within prior to calling the appropriate methods.
For simple script computations, only the current set of records must be buffered.
For scripts relying on offset values, a group of records equal to the maximum offset value must be buffered.
For scripts relying on aggregators or plug-in functions, all the records must be buffered.
Loading data and moving the current record are independent operation.
Inheritance Hierarchy Namespace: Dundas.BI.Data.TransformsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic ref class DataBuffer
type DataBuffer = class end
The DataBuffer type exposes the following members.
Constructors
Properties
Methods
See Also