Overload List
| Name | Description | |
|---|---|---|
| Having( IWhereCondition ) | 
            Adds the given having conditions to the query.
              | |
| Having(Action WhereCondition ) | 
            Adds the given where condition to the query. Creates a new where condition object and runs the setup actions on it.
              | |
| Having(String, Boolean) | 
            Specifies the group by having condition
              | 
See Also