ObjectsByKeyQuery.ClassInfo Property
In This Article
Gets the persistent class’s metadata information for persistent objects to include in the query.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
#Declaration
public XPClassInfo ClassInfo { get; }
#Property Value
Type | Description |
---|---|
XPClass |
An XPClass |
See Also