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