JoinOperator EnumType

 

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

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.

Types that use the JoinOperator enum type.

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.

See Also

Use the Microsoft Dynamics 365 Web API
Web API EntityType Reference
Web API Action Reference
Web API Function Reference
Web API Query Function Reference
Web API ComplexType Reference
Web API Metadata EntityType Reference

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright