Skip to main content
.NET 6.0+

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.v23.2.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