Overview
Array of columnsArray<QueryColumn> Query.Columns { get; set; }
Types
QueryColumn
Defines a query column to included in result{
// Expression of column.
Expression : string
// Name of column to use in results. If not specified expression is used.
Name : string
// XPath to be mapped.
XPath : string
}