パラメータ
- name
 - Name of the query. If the name is specified, query result is stored on disk.
 - settings
 - Columns of the result, and other settings of the query.
 
戻り値の型
Dynamic object representing the query.
dynamic query1 = workspace.query(...); query1.Query.Execute();