ISqlHavingAndOr<TBuilder>.OrHavingRaw Method
.NET Standard 2.x
Adds the OR logical operator and a raw SQL to the HAVING clause.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Overloads
| Method | Description |
|---|---|
| OrHavingRaw(string clause, params ISqlParameter[] parameters) | Adds the OR logical operator and a raw SQL to the HAVING clause. |
| OrHavingRaw(string clause, string alias, params ISqlParameter[] parameters) | Adds the OR logical operator and a raw SQL to the HAVING clause. You need to specify an alias for the raw SQL. |