Show / Hide Table of Contents

    DwChildAttribute.DwChildAttribute(string dataColumn, string displayColumn, Type modelType) Constructor

    .NET Standard 2.x

    Initializes a new instance of the DwChildAttribute class.

    Namespace: DWNet.Data

    Assembly: DWNet.Data.dll

    Syntax

     public DwChildAttribute(string dataColumn, string displayColumn, Type modelType)
    

    Parameters

    dataColumn System.String

    The data column.

    displayColumn System.String

    The display data column name.

    modelType System.Type

    The model type for data source.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon