SqlOrHavingAttribute.SqlOrHavingAttribute(string rawCondition) Constructor
.NET Standard 2.x | Current Version (1.0.1)
Initializes a new instance of the SqlOrHavingAttribute class.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Syntax
public SqlOrHavingAttribute(string rawCondition): base(rawCondition)
Parameters
rawCondition
System.String
A raw SQL search condition in the HAVING clause after the OR operator.
Applies to
.NET Standard
2.x