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