Back to Devexpress

XPClassInfo.Table Property

xpo-devexpress-dot-xpo-dot-metadata-dot-xpclassinfo-143a3a46.md

latest1.4 KB
Original Source

XPClassInfo.Table Property

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

Namespace : DevExpress.Xpo.Metadata

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public DBTable Table { get; }
vb
Public ReadOnly Property Table As DBTable

Property Value

TypeDescription
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

TableName

TableMapType

XPClassInfo Class

XPClassInfo Members

DevExpress.Xpo.Metadata Namespace