Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Builds a query by joining child datasources with parent datasources.
Syntax
public Query createChildQuery(
Query _parentQuery,
TableId _childTableId,
container _conLinkRelation,
Common _parentRecord)
Run On
Server
Parameters
- _parentQuery
Type: Query Class
An instance of Query> class.
- _childTableId
Type: TableId Extended Data Type
Id of the child table.
- _conLinkRelation
Type: container
Container holding the link relations.
- _parentRecord
Type: Common Table
An instance of Common object.
Return Value
Type: Query Class
A query object holding the relation between parent and child datasources.