IsMultiType

Description

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.

Syntax

VBScript


querydef.IsMultiType 

Perl


$querydef->GetIsMultiType(); 
Identifier
Description
querydef
A QueryDef object.
Return value
True if the object is multitype.