GetMergedExamples Method

Returns a set of complex examples in which multiple relationships are used.

Syntax

array = QBRelationship.GetMergedExamples(RelIds, fdate, fneg)

Part Description
array A returned array of strings from which the user chooses an example..
QBRelationship An object variable that represents a relationship in the domain.
RelIds, fdate, fneg A list of relationship IDs, including those based on the following parameters:

fdate = 0 or 1. 1 indicates to include question examples containing date phrases.
fneg = 0 or 1; 1 indicates to include the negative form of the question.


Applies To

QBRelationship

Remarks

This method merges the main template with templates taken from the relationship list. From the main template, a set of participating entities is obtained. A set of templates in which the subject is one of entities in the set is taken and merged into the main template.


(c) 1996-1998 Microsoft Corporation. All Rights Reserved.