Version

DataRecordsEnumerator Class Members

The following tables list the members exposed by DataRecordsEnumerator.

Public Constructors
 NameDescription
Public ConstructorDataRecordsEnumerator ConstructorConstructs the enumerator.  
Public Properties
 NameDescription
Public PropertyCurrentKeeps reference to the current record in the enumeration.  
Public PropertyEnumeratorNeedsResetThe record collection enumerator and this enumerator get out of sync in certain instances, this property will return true when this happens otherwise it will return false.  
Public PropertyOwnerCollectionReference to the owner DataRecordCollection collection.  
Public Methods
 NameDescription
Public MethodDisposeFinal method to be called before the object is destroyed.  
Public MethodMoveNextMoves the Current reference to the next item in the enumeration.  
Public MethodResetResets the enumerator to the original state. Calling MoveNext afterwards will start walking the enumeration from the beginning.  
See Also