JoinOperator Enumeration
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)
Syntax
[DataContractAttribute(Name = "JoinOperator", Namespace = "https://schemas.microsoft.com/xrm/2011/Contracts")]
public enum JoinOperator
<DataContractAttribute(Name := "JoinOperator", Namespace := "https://schemas.microsoft.com/xrm/2011/Contracts")>
Public Enumeration JoinOperator
Members
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. |
See Also
Microsoft.Xrm.Sdk.Query Namespace
Sample: Query connections by reciprocal roles (early bound)
Sample: Retrieve multiple with the QueryExpression class
Return to top
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright