Creates a join query.
'宣言
Public Overloads Function join( _
ByVal As System.String, _
ByVal mainTable As System.Dynamic.ExpandoObject, _
ByVal As System.Object _
) As System.Dynamic.ExpandoObject
public System.Dynamic.ExpandoObject join(
System.string ,
System.Dynamic.ExpandoObject mainTable,
System.object
)
パラメータ
- name
- Name of the query. If the name is specified, query result is stored on disk.
- 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.