Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Common Namespace / CollectionEmulator Class / Slice<T> Method
The type of the object stored in the list.
The list instance.
The maximum rows to return.
The row to start the return set at.
In This Topic
    Slice<T> Method (CollectionEmulator)
    In This Topic
    Slices out a portion of a list.
    Syntax

    Parameters

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

    Type Parameters

    T
    The type of the object stored in the list.

    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