IList<Country> SearchByName( string name, string sortExpression, int maximumRows, int startRowIndex )
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.