Show / Hide Table of Contents

    SubQueryAttribute.IsRawSql Property

    .NET Standard 2.x

    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