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