<< Click to Display Table of Contents >>
MaxRowCount
The maximum row count of the dataset.
Prototype
integer MaxRowCount
Example
var ds = This.GetDataSet();
_DEBUG("MaxRowCount " + ds.MaxRowCount);
See Also