Skip to content

QueryColumn

Defines a query column to be included in the result set.

Capabilities

Properties

  • QueryColumn.Expression: An expression for the column, which can be a calculation or transformation.
  • QueryColumn.Name: The name of the column to use in the results. If not specified, the Expression is used as the column name.
  • QueryColumn.XPath: An XPath expression to map data to the column.