Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

Array of columns

Array<QueryColumn> myQuery.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 }