GetRowEntityDefName
Description
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.
Syntax
VBScript
resultset.GetRowEntityDefName
Perl
$resultset->GetRowEntityDefName
();
- Identifier
- Description
- resultset
- A ResultSet object, representing the rows of data that meet query criteria.
- Return value
- A String containing the name of the EntityDef (record type) of the specified row.