Show / Hide Table of Contents

    SubQueryAttribute.IsRawSql Property

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

    0.5.0-alpha

    1.0.1 (current)

    Gets whether a raw SQL has been specified for the subquery.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Syntax

       public bool IsRawSql { get; }
    

    Property Value

    System.Boolean

    True: a raw SQL has been specified for the subquery.

    False: a model type has been specified for the subquery.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon