Property + alias of the object where to joined data should be mapped.
Extra condition applied to "ON" section of join.
Name of relation.
Metadata of the joined entity. If table without entity was joined, then it will return undefined.
Alias of the parent of this join. For example, if we join ("post.category", "categoryAlias") then "post" is a parent alias. This value is extracted from entityOrProperty value. This is available when join was made using "post.category" syntax.
Relation of the parent. This is used to understand what is joined. This is available when join was made using "post.category" syntax.
Relation property name of the parent. This is used to understand what is joined. For example, if we join ("post.category", "categoryAlias") then "category" is a relation property. This value is extracted from entityOrProperty value. This is available when join was made using "post.category" syntax.
Generated using TypeDoc
Alias of the joined (destination) table.