QueryRun.applyValueBasedPaging Method

Definition

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 ()

Applies to