Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

DbTypeAttribute.DbColumnTypeName Property

Gets or sets the database type of the column which a property marked with DbTypeAttribute is mapped to.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v21.1.dll

NuGet Package: DevExpress.Xpo

Declaration

public string DbColumnTypeName { get; set; }

Property Value

Type Description
String

A String value that specifies the column’s database type.

See Also