'Declaration
Public Overloads Function All( _ ByVal orderBy As Schema.PaymentColumn _ ) As IList(Of Payment)
'Usage
Dim instance As PaymentQuery Dim orderBy As Schema.PaymentColumn Dim value As IList(Of Payment) value = instance.All(orderBy)
public IList<Payment> All( Schema.PaymentColumn orderBy )
public: IList<Payment^>^ All( Schema.PaymentColumn orderBy )
Parameters
- orderBy
- The Schema column to sort the results by (ascending).
Return Value
A list of Payment objects.