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