'Declaration
Public Overloads Function All( _ ByVal orderBy As Schema.PaymentColumn _ ) As PaymentCollection
'Usage
Dim instance As PaymentCollection Dim orderBy As Schema.PaymentColumn Dim value As PaymentCollection value = instance.All(orderBy)
public PaymentCollection All( Schema.PaymentColumn orderBy )
public: PaymentCollection^ All( Schema.PaymentColumn orderBy )
Parameters
- orderBy
- The Schema column to sort the results by (ascending).
Return Value
This PaymentCollection updated with the Payment objects.