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