Version

GetNextRecord(DataRecord,Boolean) Method

Returns the next available record according to the data window that is requested by the DataSourceObjectView and taking into account the DataSourceObject.RowFilter setting.
Syntax
'Declaration
 
Public Overloads Overrides Function GetNextRecord( _
   ByVal record As DataRecord, _
   ByVal useSumEnum As Boolean _
) As DataRecord
public override DataRecord GetNextRecord( 
   DataRecord record,
   bool useSumEnum
)

Parameters

record
Current record. Null if iteration should start from the beginning.
useSumEnum

Return Value

Next record. Null if the end of the collection or end of the requested data window is reached.
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