[DataObjectMethod(DataObjectMethodType.Select)] IList<OrderItemDigitalGood> LoadForUser( int userId, string sortExpression )
Parameters
- userId
- Id of the user to load the objects for
- sortExpression
- The sort expression to use for sorting the loaded objects.
Return Value
A collection of OrderItemDigitalGood objects for the given user