Click or drag to resize

MetaJoin Properties

The MetaJoin type exposes the following members.

Properties
 NameDescription
Public propertyClause SQL Clause or LINQ Clause (for No SQL Source) used to define the join between the 2 tables.
Public propertyError Last error message
Public propertyGUID The unique identifier
(Inherited from RootComponent)
Public propertyHelperCheckJoin Editor Helper: Check the join in the database
Public propertyInformation Last information message
Public propertyIsBiDirectional 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"])').
Public propertyJoinType The type of join used to link the 2 tables
Public propertyLeftTable Left table for the join definition
Public propertyLeftTableGUID Left table GUID for the join definition
Public propertyName Name of the join. If reset to an Empty String, the name is built using the table names.
(Overrides RootComponentName)
Public propertyRightTable Right table GUID for the join definition
Public propertyRightTableGUID Right table GUID for the join definition
Public propertySource Current MetaSource
Public propertySQLJoinType SQL generated for the join type
Top
See Also