Show / Hide Table of Contents

    SqlAndHavingAttribute.RawConditionDefined Property

    .NET Standard 2.x

    Gets whether the raw SQL 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 raw SQL search condition has been specified.

    False: the raw SQL search condition has not been specified.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon