public method O2GAccountsTable.forEachRow

Brief

Iterates through the rows of the table and raises event EachRow.

Declaration
C#
void  forEachRow (IO2GEachRowListener listener)

Details

This method is synchronous. The application will wait until each row would be processed in IO2GEachRowListener.onEachRow.

Declared in O2GTable

back