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.
Sets the JoinMode property of the query data source that references the specified table or view.
Syntax
public JoinMode setDataSourceJoinMode(TableId _tableId, JoinMode _value)
Run On
Client
Parameters
- _tableId
Type: TableId Extended Data Type
The identifier of the table or view that is referenced in the data source.
- _value
Type: JoinMode Enumeration
The new value.
Return Value
Type: JoinMode Enumeration
The value of the JoinMode property of the query data source.