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