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.
Adds a link to the current links.
Syntax
public void addLink(
QueryBuildDataSource _qbdsChild,
FieldId _childFieldId,
QueryBuildDataSource _qbdsParent,
FieldId _parentFieldId)
Run On
Called
Parameters
- _qbdsChild
Type: QueryBuildDataSource Class
The child data source to add the link to.
- _childFieldId
Type: FieldId Extended Data Type
The ID of the linked field in the child data source.
- _qbdsParent
Type: QueryBuildDataSource Class
The parent data source.
- _parentFieldId
Type: FieldId Extended Data Type
The ID of the linked field in the parent data source.