| Joins Methods |
| Name | Description | |
|---|---|---|
| Cross(IEntityRelation) |
Defines the join specified by the relationship as a cross join
| |
| Cross(IEntityRelation, String, String) |
Defines the join specified by the relationship as a cross join
| |
| Full(IEntityRelation) |
Defines the join specified by the relationship as a full join
| |
| Full(IEntityRelation, String, String) |
Defines the join specified by the relationship as a full join
| |
| Inner(IEntityRelation) |
Defines the join specified by the relationship as an Inner join
| |
| Inner(IEntityRelation, String, String) |
Defines the join specified by the relationship as an Inner join
| |
| Left(IEntityRelation) |
Defines the join specified by the relationship as a left join
| |
| Left(IEntityRelation, String, String) |
Defines the join specified by the relationship as a left join
| |
| Right(IEntityRelation) |
Defines the join specified by the relationship as a right join
| |
| Right(IEntityRelation, String, String) |
Defines the join specified by the relationship as a right join
|