DwColumnAttribute.DwColumnAttribute(string tableAlias, 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 tableAlias, string column) : base(tableAlias, column)
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.
Applies to
.NET Standard
2.x