CrossJoin Class | 
Namespace: SD.LLBLGen.Pro.QuerySpec
The CrossJoin type exposes the following members.
| Name | Description | |
|---|---|---|
| JoinType | 
            Gets the type of the join.
              (Inherited from JoinClauseBase.) | |
| LeftOperand | 
            Gets the left operand of the join
              (Inherited from JoinClauseBase.) | |
| RightOperand | 
            Gets the right operand of the join
              (Inherited from JoinClauseBase.) | 
| Name | Description | |
|---|---|---|
| CreateOnClause | 
            Creates the on clause for the relation object created from this instance.
              (Inherited from JoinClauseBase.) | |
| 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.) | |
| GetHashCode | Serves as the default hash function.   (Inherited from Object.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| 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.
              (Inherited from JoinClauseBase.) | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) | 
| Name | Description | |
|---|---|---|
| IJoinOperandConvertToDynamicRelationOperand | 
            Converts this instance to a dynamic relation operand.
              (Inherited from JoinClauseBase.) | |
| IJoinOperandPrepare | 
            Prepares the implementor by converting it to a relation object and adds it to the passed in relationcollection.
              (Inherited from JoinClauseBase.) | |
| 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.
              (Inherited from JoinClauseBase.) |