JoinOperator Enumeration
Dynamics CRM 2016
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.
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
| Member name | Description | |
|---|---|---|
| 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. |
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright
Community Additions
ADD
Show: