When you have the cursor at the row you want, use the GetColumnValue method to fetch the value for a field of that record.
(To discover which column has the data you want, use the ResultSet object: GetNumberOfColumns, GetColumnType, and GetColumnLabel.)