Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Shipping Namespace / ICountryRepository Interface / SearchByName Method
The name to search for
Sort expression
Maximum number of rows load
Start row index
In This Topic
    SearchByName Method (ICountryRepository)
    In This Topic
    Gets a list of Country objects that match the given name.
    Syntax

    Parameters

    name
    The name to search for
    sortExpression
    Sort expression
    maximumRows
    Maximum number of rows load
    startRowIndex
    Start row index

    Return Value

    A list of Country objects that match the given name.
    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