Version

GetNextRecord(DataRecord,Boolean) Method

Returns reference to the next record after the provided one.
Syntax
'Declaration
 
Public Overloads Overridable Function GetNextRecord( _
   ByVal record As DataRecord, _
   ByVal useSumEnum As Boolean _
) As DataRecord
public virtual DataRecord GetNextRecord( 
   DataRecord record,
   bool useSumEnum
)

Parameters

record
Current record to get the next one after.
useSumEnum

Return Value

Following record after provided one. Null if the end of the collection is reached.
Remarks
The method takes into account current order of records, so the sorting and any other order alteration are taken into account.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also