JoinOperator Enumeration

 

Updated: November 29, 2016

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

Contains the possible values for a join operator in a LinkEntity.

Namespace:   Microsoft.Xrm.Sdk.Query
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

No code example is currently available or this language may not be supported.

Member nameDescription
Inner

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

LeftOuter

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

Natural

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

Return to top

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright

Community Additions

ADD
Show: