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