Show / Hide Table of Contents

    SqlUnionAttribute.SqlUnionAttribute(Type modelType, string selectName) Constructor

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

    0.5.0-alpha

    1.0.1 (current)

    Initializes a new instance of the SqlUnionAttribute class.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Syntax

       public SqlUnionAttribute(Type modelType, string selectName)
    

    Parameters

    modelType System.Type

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

    selectName System.String

    The name of the select list (SqlSelectAttribute.SelectName property) predefined in modelType.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon