DataBufferMoveToRecord Method

Moves to record to the specified index.

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 MoveToRecord(
	int recordIndex
)

Parameters

recordIndex
Type: SystemInt32
Index of the record.

Return Value

Type: Boolean
Returns true is the operation was successful; otherwise, .
See Also