Show / Hide Table of Contents

    SubQueryAttribute.SubQueryAttribute(string name, Type modelType) 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, Type modelType) : this(name, modelType, null)
    

    Parameters

    name System.String

    The name of the subquery.

    modelType System.Type

    The type of the model that represents the subquery.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon