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