JoinOperator EnumType

Dynamics CRM 2016
 

Updated: November 29, 2016

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online

the possible values for a join operator in a LinkEntity.

This Web API enum type corresponds to the organization service JoinOperator.

Members define the discrete options for the enumeration type.

Name

Value

Description

Inner

0

The values in the attributes being joined are compared using a comparison operator.

LeftOuter

1

All instances of the entity in the FROM clause are returned if they meet WHERE or HAVING search conditions.

Natural

2

Only one value of the two joined attributes is returned if an equal-join operation is performed and the two values are identical.

The following use the JoinOperator enum type.

Name

How used

Description

LinkEntity ComplexType

JoinOperator Property

Specifies the links between multiple entity types used in creating complex queries.

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright

Community Additions

ADD
Show: