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