Query.Columns

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 }

Copyright © 2010 - 2023 Emakin. All rights reserved.