Table of Contents

Enum MapInheritanceType

Namespace
DevExpress.Xpo
Assembly
DevExpress.Xpo.v24.1.dll

Lists the values that specify which table persistent properties and fields are saved to.

public enum MapInheritanceType

Fields

OwnTable = 1

Persistent properties and fields are stored in a separate table.

ParentTable = 0

The persistent properties and the fields of a class are stored in the same table as the properties of its parent class.