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

XPClassInfo.TableMapType Property

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

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v21.1.dll

NuGet Package: DevExpress.Xpo

Declaration

public MapInheritanceType TableMapType { get; }

Property Value

Type Description
MapInheritanceType

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

Remarks

The mapping inheritance type is specified using the MapInheritanceAttribute.MapType property of the MapInheritanceAttribute attribute. If no MapInheritanceAttribute is specified, the TableMapType property returns the MapInheritanceType.OwnTable value.

See Also