Share via


QueryRun.getPageError Method

Definition

Overloads

getPageError(Boolean, Boolean)
getPageError(Boolean, Boolean, Boolean)

getPageError(Boolean, Boolean)

public:
 int getPageError(bool flag1, bool flag2);
public int getPageError (bool flag1, bool flag2);
member this.getPageError : bool * bool -> int
Public Function getPageError (flag1 As Boolean, flag2 As Boolean) As Integer

Parameters

flag1
Boolean
flag2
Boolean

Returns

Applies to

getPageError(Boolean, Boolean, Boolean)

public:
 int getPageError(bool _skipOrderByCheck, bool _throwIfNotPagable, bool _isValuePaging);
public int getPageError (bool _skipOrderByCheck, bool _throwIfNotPagable, bool _isValuePaging);
member this.getPageError : bool * bool * bool -> int
Public Function getPageError (_skipOrderByCheck As Boolean, _throwIfNotPagable As Boolean, _isValuePaging As Boolean) As Integer

Parameters

_skipOrderByCheck
Boolean
_throwIfNotPagable
Boolean
_isValuePaging
Boolean

Returns

Applies to