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