Show / Hide Table of Contents

    SqlHavingAttribute.SqlHavingAttribute(string left, string right) Constructor

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

    0.5.0-alpha

    1.0.1 (current)

    Initializes a new instance of the SqlHavingAttribute class.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Syntax

       public SqlHavingAttribute(string left, string right): base(left, right)
    

    Parameters

    left System.String

    The raw SQL expression on the left of the operator.

    If the Operator property is not specified, the operator defaults to "=".

    right System.String

    The raw SQL expression on the right of the operator.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon