Show / Hide Table of Contents

    SqlWhereAttribute.SqlWhereAttribute(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 SqlWhereAttribute class.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Syntax

       public SqlWhereAttribute(string left, string 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