Show / Hide Table of Contents

    SqlHavingAttribute.Operator Property

    .NET Standard 2.x

    Gets or sets the operator to test the two expressions on the left and right.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Syntax

    public SqlBinaryOperator Operator { get; set; }
    

    Property Value

    SnapObjects.Data.SqlBinaryOperator

    The operator to test the two expressions on the left and right.

    The default is "=".

    Applies to

    .NET Standard

    2.x

    In This Article
    • Syntax
    • Applies to
    Back to top Generated by Appeon