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