Back to Devexpress

ObjectsByKeyQuery.ClassInfo Property

xpo-devexpress-dot-xpo-dot-objectsbykeyquery.md

latest1.1 KB
Original Source

ObjectsByKeyQuery.ClassInfo Property

Gets the persistent class’s metadata information for persistent objects to include in the query.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public XPClassInfo ClassInfo { get; }
vb
Public ReadOnly Property ClassInfo As XPClassInfo

Property Value

TypeDescription
XPClassInfo

An XPClassInfo descendant, providing the persistent class’s metadata.

|

See Also

ObjectsByKeyQuery Class

ObjectsByKeyQuery Members

DevExpress.Xpo Namespace