DataBufferMoveToNextRecord Method

Moves the cursor to the next available record in the buffer.

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 MoveToNextRecord()

Return Value

Type: Boolean
if the cursor was moved successfully; otherwise, if there are no available records, .
See Also