QueryRun.enableValueBasedPaging 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
enableValueBasedPaging(Boolean) | |
enableValueBasedPaging() |
enableValueBasedPaging(Boolean)
public:
virtual void enableValueBasedPaging(bool _enable);
public virtual void enableValueBasedPaging (bool _enable);
abstract member enableValueBasedPaging : bool -> unit
override this.enableValueBasedPaging : bool -> unit
Public Overridable Sub enableValueBasedPaging (_enable As Boolean)
Parameters
- _enable
- Boolean
Applies to
enableValueBasedPaging()
public:
virtual void enableValueBasedPaging();
public virtual void enableValueBasedPaging ();
abstract member enableValueBasedPaging : unit -> unit
override this.enableValueBasedPaging : unit -> unit
Public Overridable Sub enableValueBasedPaging ()