[DataObjectMethod(DataObjectMethodType.Select)] IList<OrderItemDigitalGood> LoadForUser( int userId, int maximumRows, int startRowIndex )
Parameters
- userId
- Id of the user to load the objects for
- maximumRows
- Maximum number of rows to retrieve.
- startRowIndex
- Starting index from where to start retrieving.
Return Value
A collection of OrderItemDigitalGood objects for the given user