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