Share via


DictView.fieldAggregation(Int32) Method

Definition

Retrieves the type of aggregation that a given field performs.

public:
 virtual Microsoft::Dynamics::Ax::Xpp::SelectionField fieldAggregation(int _fieldId);
public virtual Microsoft.Dynamics.Ax.Xpp.SelectionField fieldAggregation (int _fieldId);
abstract member fieldAggregation : int -> Microsoft.Dynamics.Ax.Xpp.SelectionField
override this.fieldAggregation : int -> Microsoft.Dynamics.Ax.Xpp.SelectionField
Public Overridable Function fieldAggregation (_fieldId As Integer) As SelectionField

Parameters

_fieldId
Int32

Returns

Microsoft.Dynamics.Ax.Xpp.SelectionField

The type of aggregation.

Applies to