'Declaration
Public Overloads Shadows Function Where( _ ByVal filter As Filter _ ) As IList(Of Customer.Contact)
'Usage
Dim instance As ContactQuery Dim filter As Filter Dim value As IList(Of Customer.Contact) value = instance.Where(filter)
public new IList<Customer.Contact> Where( Filter filter )
public: new IList<Customer.Contact^>^ Where( Filter^ filter )
Parameters
- filter
- The Filter object to apply to the query.
Return Value
A list of Contact objects.