ClientRequestPagingOptions Property |
Gets the paging options, when result records are retrieved in pages.
Namespace:
Dundas.BI.Data.DataRetrieval
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public ResultPaging PagingOptions { get; }
Public ReadOnly Property PagingOptions As ResultPaging
Get
public:
property ResultPaging^ PagingOptions {
ResultPaging^ get ();
}
member PagingOptions : ResultPaging with get
Property Value
Type:
ResultPagingSee Also