Show / Hide Table of Contents

    DwColumnAttribute.DwColumnAttribute(string tableAlias, string column, string columnAlias) Constructor

    .NET Standard 2.x

    Initializes a new instance of the DwColumnAttribute class.

    Namespace: DWNet.Data

    Assembly: DWNet.Data.dll

    Syntax

     public DwColumnAttribute(string tableAlias, string column, string columnAlias) 
     : base(tableAlias, column, columnAlias)
    

    Parameters

    tableAlias System.String

    The alias of the table where the column belongs to.

    column System.String

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

    columnAlias System.string

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

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon