Meta |
The MetaJoin type exposes the following members.
| Name | Description | |
|---|---|---|
| Clause | SQL Clause or LINQ Clause (for No SQL Source) used to define the join between the 2 tables. | |
| Error | Last error message | |
| GUID |
The unique identifier
(Inherited from RootComponent) | |
| HelperCheckJoin | Editor Helper: Check the join in the database | |
| Information | Last information message | |
| IsBiDirectional | Indicates if the join can also be used in the other direction (left-right or right-left). For LINQ tables, the join clause must have the pattern with 'equals' (e.g. 'Helper.ToString(leftTable["col1"]) equals Helper.ToString(rightTable["col2"])'). | |
| JoinType | The type of join used to link the 2 tables | |
| LeftTable | Left table for the join definition | |
| LeftTableGUID | Left table GUID for the join definition | |
| Name |
Name of the join. If reset to an Empty String, the name is built using the table names.
(Overrides RootComponentName) | |
| RightTable | Right table GUID for the join definition | |
| RightTableGUID | Right table GUID for the join definition | |
| Source | Current MetaSource | |
| SQLJoinType | SQL generated for the join type |