XPClassInfo.Table Property
Gets the DBTable object which the public properties and public fields are saved in.
Namespace: DevExpress.Xpo.Metadata
Assembly: DevExpress.Xpo.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
DBTable | A DBTable object which represents the table that the public properties and public fields are saved in. |
Remarks
Use the MapInheritanceAttribute to specify which table persistent properties and fields are saved in.
See Also