QueryRun.canPage 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
canPage() | |
canPage(Boolean) | |
canPage(Boolean, Boolean) | |
canPage(Boolean, Boolean, Boolean) |
canPage()
public:
virtual bool canPage();
public virtual bool canPage ();
abstract member canPage : unit -> bool
override this.canPage : unit -> bool
Public Overridable Function canPage () As Boolean
Returns
Applies to
canPage(Boolean)
canPage(Boolean, Boolean)
public:
virtual bool canPage(bool flag1, bool flag2);
public virtual bool canPage (bool flag1, bool flag2);
abstract member canPage : bool * bool -> bool
override this.canPage : bool * bool -> bool
Public Overridable Function canPage (flag1 As Boolean, flag2 As Boolean) As Boolean
Parameters
- flag1
- Boolean
- flag2
- Boolean
Returns
Applies to
canPage(Boolean, Boolean, Boolean)
public:
virtual bool canPage(bool _skipOrderByCheck, bool _throwIfNotPagable, bool _isValuePaging);
public virtual bool canPage (bool _skipOrderByCheck, bool _throwIfNotPagable, bool _isValuePaging);
abstract member canPage : bool * bool * bool -> bool
override this.canPage : bool * bool * bool -> bool
Public Overridable Function canPage (_skipOrderByCheck As Boolean, _throwIfNotPagable As Boolean, _isValuePaging As Boolean) As Boolean
Parameters
- _skipOrderByCheck
- Boolean
- _throwIfNotPagable
- Boolean
- _isValuePaging
- Boolean