DataBufferReadAndAppendAllRecords Method

Reads and appends all the data records into the internal buffers.

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 void ReadAndAppendAllRecords(
	ITransformReader transformReader,
	bool skipValidation
)

Parameters

transformReader
Type: Dundas.BI.Data.DataRetrievalITransformReader
The transform reader.
skipValidation
Type: SystemBoolean
If set to , the parameters are not validated, to increase data retrieval performance.
Exceptions
ExceptionCondition
ArgumentNullExceptiontransformReader is .
See Also