Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Types Namespace / SortableCollection<T> Class / Sort Method / Sort(String,SortDirection) Method
The sort expression to use in GenericComparer
The sort direction to use in GenericComparer
In This Topic
    Sort(String,SortDirection) Method
    In This Topic
    Sort this collection using given sort expression and sort direction. The GenericComparer is used to create the comparer for sorting.
    Syntax

    Parameters

    sortExpression
    The sort expression to use in GenericComparer
    sortDirection
    The sort direction to use in GenericComparer
    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