Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.DomainModel Namespace / IPersistableList<T> Interface / Slice Method
The maximum rows to return.
The row to start the return set at.
Version
Slice Method (IPersistableList<T>)
Slices out a portion of a list.
Syntax

Parameters

maximumRows
The maximum rows to return.
startRowIndex
The row to start the return set at.

Return Value

The portion of the list requested
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also