Skip to main content

XPClassInfo.Table Property

Gets the DBTable object which the public properties and public fields are saved in.

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public DBTable Table { get; }

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