Overload | Description |
---|---|
Where(Filter,InvoiceColumn) | Retrieves all Invoice objects from the relative table that match the given filter. |
Where(Filter) | Retrieves all Invoice objects from the relative table that match the given filter. |
Where(IList<Filter>,InvoiceColumn) | Retrieves all Invoice objects from the relative table that match the given list of filters. |
Where(IList<Filter>) | Retrieves all Invoice objects from the relative table that match the given list of filters. |
Where(InvoiceColumn,Object) | Retrieves all Invoice objects from the relative table that match the value in the given column. |