VwpFAQGetRowCount
How can I obtain the number of rows returned for a rowset?
Use the dataprovider API to get the rowcount of the rowset it wraps. For Example: tripDataProvider.getRowCount() returns the number of the rows returned for the rowset.
NetBeans WikiViews |