DictView.fieldAggregation(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.