'Declaration Public Overloads Function join( _ ByVal name As String, _ ByVal mainTable As ExpandoObject, _ ByVal settings As Object _ ) As ExpandoObject
public ExpandoObject join( string name, ExpandoObject mainTable, object settings )
Parameters
- 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.
Return Value
Dynamic object representing the query.