ResultSetView.rowViewList
May 4, 2007Is there anyway to access the row count of a SQLCEResultSet?
I found this but it is not a public property.
ResultSetView.rowViewList
Is there anyway to access the row count of a SQLCEResultSet?
I found this but it is not a public property.
ResultSetView.rowViewList
when I call ((System.Collections.ICollection)resultSet.ResultSetView).Count multitime I get out of memory exception
does the calling of this statement reserve memory and how can I release it?