Show / Hide Table of Contents

    SqlAndHavingAttribute.SqlAndHavingAttribute(string rawCondition) Constructor

    .NET Standard 2.x

    Initializes a new instance of the SqlAndHavingAttribute class.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Syntax

      public SqlAndHavingAttribute(string rawCondition): base(rawCondition)
    

    Parameters

    rawCondition System.String

    A raw SQL search condition in the HAVING clause after the AND operator.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon