ISqlHavingAndOr<TBuilder>.OrHavingValue Method
.NET Standard 2.x
Adds the OR logical operator and a search condition to the HAVING clause. Specifies the SQL expression on the left the operator and a specific value on the right of the operator.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Overloads
Method | Description |
---|---|
OrHavingValue(string left, object value) | Adds the OR logical operator and a search condition to the HAVING clause. Specifies the SQL expression on the left the operator and a specific value on the right of the operator. The operator is '='. |
OrHavingValue(string left, SqlBinaryOperator sqlOperator, object value) | Adds the OR logical operator and a search condition to the HAVING clause. Specifies a SQL expression on the left the operator and a specific value on the right of the operator. |