[DataObjectMethod(DataObjectMethodType.Select)] public static IList<Payment> Load( PaymentFilter filter, int maximumRows, int startRowIndex )
Parameters
- filter
- The criteria filter that determines the PaymentDetail objects that should be loaded.
- maximumRows
- Maximum number of rows to retrieve.
- startRowIndex
- Starting index from where to start retrieving.
Return Value
A collection of PaymentDetail objects