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