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