dundas.data.ResultPaging Class

 

Inheritance Hierarchy

 
Class
   dundas.data.ResultPaging
 

Constructors

 
  Name Description
init Initializes the ResultPaging. Called during construction.
 
 

Properties

 
  Name Description
columnSequenceSize Gets or sets the column tuple paging size.
columnSequenceStart Gets or sets the starting column tuple ordinal.
isPageIncludingTotals Gets or sets a value indicating whether the totals are included in the paging size or not.
pagingKind Gets or sets the requested paging kind for the cell set tuples (see dundas.data.PagingKind).
rowSequenceSize Gets or sets the row tuple paging size.
rowSequenceStart Gets or sets the starting row tuple ordinal.
subqueryParameterValues Gets or sets the parameter value to be used in running the subquery.
 
 

Methods

 
  Name Description
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.