int
count = ((System.Collections.ICollection)rs.ResultSetView).Count;
You could try using above line to get the row count of the ResultSet.
int
count = ((System.Collections.ICollection)rs.ResultSetView).Count;
You could try using above line to get the row count of the ResultSet.