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