| Overload | Description |
|---|---|
| WhereIds(Filter,InvoiceColumn) | Retrieves all Invoice objects from the relative table that match the given filter. |
| WhereIds(Filter) | Retrieves all Invoice objects from the relative table that match the given filter. |
| WhereIds(IList<Filter>,InvoiceColumn) | Retrieves all unique Invoice identifiers from the relative table that match the given list of filters. |
| WhereIds(IList<Filter>) | Retrieves all unique Invoice identifiers from the relative table that match the given list of filters. |