DataBufferReadAndAppendRecord Method

Reads and appends 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 bool ReadAndAppendRecord(
	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.

Return Value

Type: Boolean
if subsequent read operations are still valid, otherwise .
Exceptions
ExceptionCondition
ArgumentNullExceptiontransformReader is .
See Also