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

MapInheritanceAttribute.MapType Property

Gets a value which specifies the table that persistent properties and fields are saved to.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

public MapInheritanceType MapType { get; }

Property Value

Type Description
MapInheritanceType

A MapInheritanceType enumeration value that specifies which table persistent properties and fields are saved to.

See Also