Show / Hide Table of Contents

    SqlOrWhereAttribute.SqlOrWhereAttribute(string rawCondition) Constructor

    .NET Standard 2.x

    Initializes a new instance of the SqlOrWhereAttribute class.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Syntax

      public SqlOrWhereAttribute(string rawCondition): base(rawCondition)
    

    Parameters

    rawCondition System.String

    A raw SQL search condition in the WHERE clause after the OR operator.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon