DataBuffer Constructor (InputConnector, Int32)

Initializes a new instance of the DataBuffer class and prepares buffers for the specified input only.

Namespace:  Dundas.BI.Data.Transforms
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public DataBuffer(
	InputConnector inputConnector,
	int capacity
)

Parameters

inputConnector
Type: Dundas.BI.Data.TransformsInputConnector
The input connector.
capacity
Type: SystemInt32
The maximum number of records to be buffered. Use -1 if all records must be cached.
See Also