Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.DomainModel Namespace / NHibernateHelper Class / GetNextOrderBy Method / GetNextOrderBy<TEntity>(String,Object) Method
The entity type
The name of the property to use for the order by filter.
The value that the filter property must be equal to.
In This Topic
    GetNextOrderBy<TEntity>(String,Object) Method
    In This Topic
    Gets the next order by value
    Syntax
    public static int GetNextOrderBy<TEntity>( 
       string filterProperty,
       object filterValue
    )
    where TEntity: class

    Parameters

    filterProperty
    The name of the property to use for the order by filter.
    filterValue
    The value that the filter property must be equal to.

    Type Parameters

    TEntity
    The entity type

    Return Value

    The next order by value
    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