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