Based on the result set, this method returns a String with the record type (EntityDef) name of the current row.
For a single-type query, the record type associated with the row is always the primary entitydef. For multitype query, the entitydef can vary row by row. For example, defect versus enhancement.
VBScript
resultset.GetRowEntityDefName
Perl
$resultset->GetRowEntityDefName();