RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdoDbxDataReader.GetEnumerator Method

Returns an IEnumerator that can iterate through rows.

Pascal
function GetEnumerator: IEnumerator; override;
C++
virtual __fastcall IEnumerator GetEnumerator();

GetEnumerator returns an IEnumerator that can iterate through rows of a data reader. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!