IList<Product> FindByName( string nameToMatch, string sortExpression, int maximumRows, int startRowIndex )
Parameters
- nameToMatch
- The name to match
- sortExpression
- The sort expression to use for sorting the loaded objects.
- maximumRows
- Maximum number of rows to retrieve.
- startRowIndex
- Starting index from where to start retrieving.
Return Value
A collection of kit products from the database matching the given name