MemberRetrievalOptionsSequenceStart Property

Gets or sets the starting sequence index, when the retrieved members are paginated.

Namespace: Dundas.BI.Data.MemberRetrieval
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public int SequenceStart { get; set; }

Property Value

Int32
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThe property value assigned is less than 0.
See Also