QueryBuildRange.rangeType 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.
Overloads
rangeType() | |
rangeType(QueryRangeType) |
rangeType()
public:
virtual Microsoft::Dynamics::Ax::Xpp::QueryRangeType rangeType();
public virtual Microsoft.Dynamics.Ax.Xpp.QueryRangeType rangeType ();
abstract member rangeType : unit -> Microsoft.Dynamics.Ax.Xpp.QueryRangeType
override this.rangeType : unit -> Microsoft.Dynamics.Ax.Xpp.QueryRangeType
Public Overridable Function rangeType () As QueryRangeType
Returns
Microsoft.Dynamics.Ax.Xpp.QueryRangeType
Applies to
rangeType(QueryRangeType)
public:
virtual Microsoft::Dynamics::Ax::Xpp::QueryRangeType rangeType(Microsoft::Dynamics::Ax::Xpp::QueryRangeType _rangeType);
public virtual Microsoft.Dynamics.Ax.Xpp.QueryRangeType rangeType (Microsoft.Dynamics.Ax.Xpp.QueryRangeType _rangeType);
abstract member rangeType : Microsoft.Dynamics.Ax.Xpp.QueryRangeType -> Microsoft.Dynamics.Ax.Xpp.QueryRangeType
override this.rangeType : Microsoft.Dynamics.Ax.Xpp.QueryRangeType -> Microsoft.Dynamics.Ax.Xpp.QueryRangeType
Public Overridable Function rangeType (_rangeType As QueryRangeType) As QueryRangeType
Parameters
- _rangeType
- Microsoft.Dynamics.Ax.Xpp.QueryRangeType
Returns
Microsoft.Dynamics.Ax.Xpp.QueryRangeType