ColumnSelection Class

Identifies the list of columns to return during a query or search.

Usage

This class is associated with the SELECT clause for a SOQL query, or the RETURNING clause for a SOSL query.

ColumnSelection Properties

The following are properties for ColumnSelection.

aggregation

How to aggregate the column’s data.

Signature

public DataSource.QueryAggregation aggregation {get; set;}

Property Value

Type: DataSource.QueryAggregation

columnName

Name of the selected column.

Signature

public String columnName {get; set;}

Property Value

Type: String

tableName

Name of the column’s table.

Signature

public String tableName {get; set;}

Property Value

Type: String