Show / Hide Table of Contents

    SqlUnionAttribute.SqlUnionAttribute(string rawSql) Constructor

    .NET Standard 2.x

    Initializes a new instance of the SqlUnionAttribute class.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Syntax

       public SqlUnionAttribute(string rawSql) 
    

    Parameters

    rawSql System.String

    The raw SQL SELECT whose result set will be combined with the current SQL query.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon