Creates a query based on a single table or query (not a join).
'Declaration
Public Overloads Function query( _
ByVal As System.String, _
ByVal As System.Object _
) As System.Dynamic.ExpandoObject
public System.Dynamic.ExpandoObject query(
System.string ,
System.object
)
Parameters
- name
- Name of the query. If the name is specified, query result is stored on disk.
- settings
- Columns of the resut, and other settings of the query.
Return Value
Dynamic object representing the query.