Show / Hide Table of Contents

    SqlUnionAttribute.SqlUnionAttribute(Type modelType) Constructor

    .NET Standard 2.x

    Initializes a new instance of the SqlUnionAttribute class.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Syntax

       public SqlUnionAttribute(Type modelType): this(modelType, null)
    

    Parameters

    modelType System.Type

    The type of a model class whose SQL SELECT statement will be combined with the current SQL query.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon