ResultPagingRowSequenceSize Property |
Gets or sets the row tuple paging size.
Namespace:
Dundas.BI.Data.DataRetrieval
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic int RowSequenceSize { get; set; }Public Property RowSequenceSize As Integer
Get
Set
public:
property int RowSequenceSize {
int get ();
void set (int value);
}member RowSequenceSize : int with get, set
Property Value
Type:
Int32
The size of the row sequence.
See Also