DataBufferReadAndAppendRecords 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)
Syntaxpublic bool ReadAndAppendRecords(
ITransformReader transformReader,
bool skipValidation,
int recordsToRead
)
Public Function ReadAndAppendRecords (
transformReader As ITransformReader,
skipValidation As Boolean,
recordsToRead As Integer
) As Boolean
public:
bool ReadAndAppendRecords(
ITransformReader^ transformReader,
bool skipValidation,
int recordsToRead
)
member ReadAndAppendRecords :
transformReader : ITransformReader *
skipValidation : bool *
recordsToRead : int -> bool
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. - recordsToRead
- Type: SystemInt32
The number of records to read.
Return Value
Type:
Boolean if subsequent read operations are still valid, otherwise
.
Exceptions
See Also