DwColumnAttribute.TypeName Property
.NET Standard 2.x
Gets or sets the data type (specific to the database provider) of the column which the property is mapped to.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Syntax
public string TypeName { get; set; }
Property Value
The data type (specific to the database provider) of the column which the property is mapped to.
Applies to
.NET Standard
2.x