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