Enables a record count for the result set.
To get a record count, you first use EnableRecordCount to enable row count and then call RecordCount to get the number of records. Use this method after defining the ResultSet object, but before executing it.