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)
Syntaxpublic bool MoveToRecord(
int recordIndex
)
Public Function MoveToRecord (
recordIndex As Integer
) As Boolean
public:
bool MoveToRecord(
int recordIndex
)
member MoveToRecord :
recordIndex : int -> bool
Parameters
- recordIndex
- Type: SystemInt32
Index of the record.
Return Value
Type:
BooleanReturns
true is the operation was successful; otherwise,
.
See Also