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