Skip to main content
.NET 8.0+

MapInheritanceAttribute(MapInheritanceType) Constructor

Initializes a new instance of the MapInheritanceAttribute class.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v25.1.dll

NuGet Package: DevExpress.Xpo

Declaration

public MapInheritanceAttribute(
    MapInheritanceType mapType
)

Parameters

Name Type Description
mapType MapInheritanceType

A MapInheritanceType enumeration value which specifies the table that persistent properties and fields are saved to. This value is assigned to the MapInheritanceAttribute.MapType property.

See Also