IJoinOperand Methods |
The IJoinOperand type exposes the following members.
Name | Description | |
---|---|---|
ConvertToDynamicRelationOperand |
Converts this instance to a dynamic relation operand.
| |
Prepare |
Prepares the implementor by converting it to a relation object and adds it to the passed in relationcollection.
| |
UnwrapTvfCall |
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.
|
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.) |