MapInheritanceType Enum
Lists the values that specify which table persistent properties and fields are saved to.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Members
Name | Description |
---|---|
ParentTable
|
The persistent properties and the fields of a class are stored in the same table as the properties of its parent class. Note When storing descendant classes to the table of their parent class, make sure that properties of different data types are not mapped to the same column. |
OwnTable
|
Persistent properties and fields are stored in a separate table. |
Remarks
The value listed by this enumeration are used to set the MapInheritanceAttribute.MapType property.