ResultPagingColumnSequenceSize Property |
Gets or sets the column 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 ColumnSequenceSize { get; set; }Public Property ColumnSequenceSize As Integer
Get
Set
public:
property int ColumnSequenceSize {
int get ();
void set (int value);
}member ColumnSequenceSize : int with get, set
Property Value
Type:
Int32
The size of the column sequence.
See Also