Returns a Boolean indicating whether a given querydef has the property of being multitype.
One use case for this method is to support querying similar record types (for example, defects and enhancement requests) in a single query. This method can be used in conjunction with GetEntityDefFamilyName and GetEntityDefFamilyNames.
VBScript
querydef.IsMultiType
Perl
$querydef->GetIsMultiType();