Show / Hide Table of Contents

    SubQueryAttribute.SubQueryAttribute(string name, string rawSql) Constructor

    .NET Standard 2.x

    Initializes a new instance of the SubQueryAttribute class.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Syntax

       public SubQueryAttribute(string name, string rawSql) 
    

    Parameters

    name System.String

    The name of the subquery.

    rawSql System.String

    The raw SQL used as the subquery.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon