by Andrew Normore.
Found the solution. Sharing.
$results = $DB->get_records('extrafields_type');
foreach($results as $row)
{
echo $row['id'];
}