<< Return to Main Index

< Return to Class Index

CGXDBEGrid::GetLastRow

virtual ROWCOL GetLastRow();

Return Value

A ROWCOL index specifying the last row.

Remarks

Returns the row number for the last record.

In turn calls CGXDBEngine::GetRecordCount to get the total row count or the high-water mark (if EOF is not yet seen). If the data source allows appending rows, GetLastRow will return the row id for the append-row (which is marked with an asterisk in the row header).

Delegates to CGXBrowserLayoutManager::GetLastRow.

See Also

CGXDBEGrid::OnGetRecordCount CGXDBEParam

CGXDBEGrid 

Class Overview | Class Members