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