'Declaration Public Overloads Function join( _ ByVal mainTable As ExpandoObject, _ ByVal settings As Object _ ) As ExpandoObject
public ExpandoObject join( ExpandoObject mainTable, object settings )
Parameters
- 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.