Query.allowHavingFilters 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.
public:
virtual bool allowHavingFilters(Dynamics::AX::Application::QueryBuildDataSource ^ _dataSource, System::String ^ _fieldName, Microsoft::Dynamics::Ax::Xpp::AggregateFunction _aggregateFunction);
public virtual bool allowHavingFilters (Dynamics.AX.Application.QueryBuildDataSource _dataSource, string _fieldName, Microsoft.Dynamics.Ax.Xpp.AggregateFunction _aggregateFunction);
abstract member allowHavingFilters : Dynamics.AX.Application.QueryBuildDataSource * string * Microsoft.Dynamics.Ax.Xpp.AggregateFunction -> bool
override this.allowHavingFilters : Dynamics.AX.Application.QueryBuildDataSource * string * Microsoft.Dynamics.Ax.Xpp.AggregateFunction -> bool
Public Overridable Function allowHavingFilters (_dataSource As QueryBuildDataSource, _fieldName As String, _aggregateFunction As AggregateFunction) As Boolean
Parameters
- _dataSource
- QueryBuildDataSource
- _fieldName
- String
- _aggregateFunction
- Microsoft.Dynamics.Ax.Xpp.AggregateFunction