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