'Declaration Public Overloads Function query( _ ByVal settings As Object _ ) As ExpandoObject
public ExpandoObject query( object settings )
Parameters
- settings
- Columns of the result, and other settings of the query.
Return Value
Dynamic object representing the query.