Show / Hide Table of Contents

    SqlWhereAttribute.RawConditionDefined Property

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

    0.5.0-alpha

    1.0.1 (current)

    Gets whether the raw search condition has been specified in the constructor.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Syntax

        public bool RawConditionDefined { get; }
    

    Property Value

    System.Boolean

    True: the current instance of the SqlWhere attribute is initialized by a raw SQL search condition.

    False: the current instance of the SqlWhere attribute is initialized by the SQL expression on the left, the operator, and the SQL expression on the right.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon