HybridJoin Class | 
Namespace: SD.LLBLGen.Pro.QuerySpec
The HybridJoin type exposes the following members.
| Name | Description | |
|---|---|---|
| HybridJoin | 
            Initializes a new instance of the HybridJoin class.
              | 
| Name | Description | |
|---|---|---|
| LeftOperand | 
            Gets or sets the left operand.
              | |
| RightOperand | 
            Gets or sets the right operand.
              | 
| Name | Description | |
|---|---|---|
| CrossJoin(IEntityRelation) | 
            Specifies a cross join over the relationship specified as right operand. The left side of 'rightOperand' should match with the
            right operand of this element.
              | |
| CrossJoin(IEntityRelation, String, String) | 
            Specifies a cross join over the relationship specified as right operand. The left side of 'rightOperand' should match with the
            right operand of this element.
              | |
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  (Inherited from Object.) | |
| FullJoin(IEntityRelation) | 
            Specifies a full join over the relationship specified as right operand. The left side of 'rightOperand' should match with the
            right operand of this element.
              | |
| FullJoin(IEntityRelation, String, String) | 
            Specifies a full join over the relationship specified as right operand. The left side of 'rightOperand' should match with the
            right operand of this element.
              | |
| GetHashCode | Serves as the default hash function.   (Inherited from Object.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| InnerJoin(IEntityRelation) | 
            Specifies an Inner join over the relationship specified as right operand. The left side of 'rightOperand' should match with the
            right operand of this element.
              | |
| InnerJoin(IEntityRelation, String, String) | 
            Specifies an Inner join over the relationship specified as right operand. The left side of 'rightOperand' should match with the
            right operand of this element.
              | |
| LeftJoin(IEntityRelation) | 
            Specifies a left join over the relationship specified as right operand. The left side of 'rightOperand' should match with the
            right operand of this element.
              | |
| LeftJoin(IEntityRelation, String, String) | 
            Specifies a left join over the relationship specified as right operand. The left side of 'rightOperand' should match with the
            right operand of this element.
              | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| Prepare | 
            Prepares the implementor by converting it to a relation object and adds it to the passed in relationcollection.
              | |
| RightJoin(IEntityRelation) | 
            Specifies a right join over the relationship specified as right operand. The left side of 'rightOperand' should match with the
            right operand of this element.
              | |
| RightJoin(IEntityRelation, String, String) | 
            Specifies a right join over the relationship specified as right operand. The left side of 'rightOperand' should match with the
            right operand of this element.
              | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) | 
| Name | Description | |
|---|---|---|
| CrossJoin(IEntityRelation) | Overloaded.   
            Creates a new join of type CROSS JOIN between the left operand the method is called on and the right operand of the specified relationship,
            over the relationship specified
              (Defined by JoinOperandExtensionMethods.) | |
| CrossJoin(IJoinOperand) | Overloaded.   
            Creates a new join of type CROSS JOIN between the left operand the method is called on and the specified right operand.
              (Defined by JoinOperandExtensionMethods.) | |
| CrossJoin(IEntityRelation, String, String) | Overloaded.   
            Creates a new join of type CROSS JOIN between the left operand the method is called on and the right operand of the specified relationship,
            over the relationship specified
              (Defined by JoinOperandExtensionMethods.) | |
| FullJoin(IEntityRelation) | Overloaded.   
            Creates a new join of type FULL JOIN between the left operand the method is called on and the right operand of the specified relationship,
            over the relationship specified
              (Defined by JoinOperandExtensionMethods.) | |
| FullJoin(IJoinOperand) | Overloaded.   
            Creates a new join of type FULL JOIN between the left operand the method is called on and the specified right operand.
              (Defined by JoinOperandExtensionMethods.) | |
| FullJoin(IEntityRelation, String, String) | Overloaded.   
            Creates a new join of type FULL JOIN between the left operand the method is called on and the right operand of the specified relationship,
            over the relationship specified
              (Defined by JoinOperandExtensionMethods.) | |
| InnerJoin(IEntityRelation) | Overloaded.   
            Creates a new join of type INNER JOIN between the left operand the method is called on and the right operand of the specified relationship,
            over the relationship specified
              (Defined by JoinOperandExtensionMethods.) | |
| InnerJoin(IJoinOperand) | Overloaded.   
            Creates a new join of type INNER JOIN between the left operand the method is called on and the specified right operand.
              (Defined by JoinOperandExtensionMethods.) | |
| InnerJoin(IEntityRelation, String, String) | Overloaded.   
            Creates a new join of type INNER JOIN between the left operand the method is called on and the right operand of the specified relationship,
            over the relationship specified
              (Defined by JoinOperandExtensionMethods.) | |
| LeftJoin(IEntityRelation) | Overloaded.   
            Creates a new join of type LEFT JOIN between the left operand the method is called on and the right operand of the specified relationship,
            over the relationship specified
              (Defined by JoinOperandExtensionMethods.) | |
| LeftJoin(IJoinOperand) | Overloaded.   
            Creates a new join of type LEFT JOIN between the left operand the method is called on and the specified right operand.
              (Defined by JoinOperandExtensionMethods.) | |
| LeftJoin(IEntityRelation, String, String) | Overloaded.   
            Creates a new join of type LEFT JOIN between the left operand the method is called on and the right operand of the specified relationship,
            over the relationship specified
              (Defined by JoinOperandExtensionMethods.) | |
| RightJoin(IEntityRelation) | Overloaded.   
            Creates a new join of type RIGHT JOIN between the left operand the method is called on and the right operand of the specified relationship,
            over the relationship specified
              (Defined by JoinOperandExtensionMethods.) | |
| RightJoin(IJoinOperand) | Overloaded.   
            Creates a new join of type RIGHT JOIN between the left operand the method is called on and the specified right operand.
              (Defined by JoinOperandExtensionMethods.) | |
| RightJoin(IEntityRelation, String, String) | Overloaded.   
            Creates a new join of type RIGHT JOIN between the left operand the method is called on and the right operand of the specified relationship,
            over the relationship specified
              (Defined by JoinOperandExtensionMethods.) | 
| Name | Description | |
|---|---|---|
| IJoinOperandConvertToDynamicRelationOperand | 
            Converts this instance to a dynamic relation operand.
              | |
| IJoinOperandPrepare | 
            Prepares the implementor by converting it to a relation object and adds it to the passed in relationcollection.
              | |
| IJoinOperandUnwrapTvfCall | 
            If this element is a tvf call container, and it's empty except for the tvf call, it will return the tvfcall it wraps, 
            otherwise it will return itself.
              |