Show / Hide Table of Contents

    DwColumnAttribute.DwColumnAttribute(string column ) Constructor

    .NET Standard 2.x

    Initializes a new instance of the DwColumnAttribute class.

    Namespace: DWNet.Data

    Assembly: DWNet.Data.dll

    Syntax

     public DwColumnAttribute(string column) : base(column)
    

    Parameters

    column System.String

    The name of the column which the property is mapped to.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon