ISqlHavingCondition Interface
.NET Standard 2.x
Represents a search condition in the HAVING
clause.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Inherited Constructors
SnapObjects.Data.ISqlHavingAndOr<TBuilder>
SnapObjects.Data.ISqlConditionBuilder
Syntax
public interface ISqlHavingCondition : ISqlHavingAndOr<ISqlHavingCondition>, ISqlConditionBuilder
Remarks
An ISqlHavingCondition
object is created by some static methods of SqlBuilder, such as the SqlBuilder.Having method.
When using an ISqlBuilder
object to build a SQL statement, the ISqlHavingCondition
object can be used as an argument for some methods, such as the ISqlHavingBuilder.Having method.