Skip to main content
A newer version of this page is available. .

MapInheritanceAttribute(MapInheritanceType) Constructor

Initializes a new instance of the MapInheritanceAttribute class.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v18.2.dll

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