QueryRun.applyValueBasedPaging 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
applyValueBasedPaging(Common) | |
applyValueBasedPaging(Common, Boolean) | |
applyValueBasedPaging() |
applyValueBasedPaging(Common)
public:
virtual void applyValueBasedPaging(Microsoft::Dynamics::Ax::Xpp::Common ^ common1);
public virtual void applyValueBasedPaging (Microsoft.Dynamics.Ax.Xpp.Common common1);
abstract member applyValueBasedPaging : Microsoft.Dynamics.Ax.Xpp.Common -> unit
override this.applyValueBasedPaging : Microsoft.Dynamics.Ax.Xpp.Common -> unit
Public Overridable Sub applyValueBasedPaging (common1 As Common)
Parameters
- common1
- Common
Applies to
applyValueBasedPaging(Common, Boolean)
public:
virtual void applyValueBasedPaging(Microsoft::Dynamics::Ax::Xpp::Common ^ _sourceCursor, bool _isForward);
public virtual void applyValueBasedPaging (Microsoft.Dynamics.Ax.Xpp.Common _sourceCursor, bool _isForward);
abstract member applyValueBasedPaging : Microsoft.Dynamics.Ax.Xpp.Common * bool -> unit
override this.applyValueBasedPaging : Microsoft.Dynamics.Ax.Xpp.Common * bool -> unit
Public Overridable Sub applyValueBasedPaging (_sourceCursor As Common, _isForward As Boolean)
Parameters
- _sourceCursor
- Common
- _isForward
- Boolean
Applies to
applyValueBasedPaging()
public:
virtual void applyValueBasedPaging();
public virtual void applyValueBasedPaging ();
abstract member applyValueBasedPaging : unit -> unit
override this.applyValueBasedPaging : unit -> unit
Public Overridable Sub applyValueBasedPaging ()