パラメータ
- mainTable
- Main table to which linked tables are joined.
- settings
- Columns of the result, and links joining linked tables to the main table.
戻り値の型
Dynamic object representing the query.
dynamic query1 = workspace.join(...); query1.Query.Execute();