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)
Syntaxpublic bool MoveToNextRecord()
Public Function MoveToNextRecord As Boolean
public:
bool MoveToNextRecord()
member MoveToNextRecord : unit -> bool
Return Value
Type:
Boolean if the cursor was moved successfully; otherwise, if there are no available records,
.
See Also