Show / Hide Table of Contents

    SqlAndHavingAttribute.SqlAndHavingAttribute(string rawCondition) Constructor

    .NET Standard 2.x | Current Version (1.0.1)

    0.5.0-alpha

    1.0.1 (current)

    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