JoinType property: QueryRecord class

Description

This property returns or sets the join type. This is applicable in any type of join. You can use either a constant or numeric value.

The values for the join type are:

Numeric Value Constant Value Description

1

%Query_JoinNone

Query record isn't joined with any other record.

2

%Query_JoinHierarchy

Query record has a hierarchy join with another record.

3

%Query_JoinRelated

Query record has a lookup table join with another record.

4

%Query_JoinTree

Query record has a tree join with another record.

5

%Query_JoinLeftOuter

Query record has a left outer join with another record.

This property is read/write.