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