Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

XPCursor.ObjectClassInfo Property

Gets the metadata information for the persistent objects retrieved by the collection.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

public XPClassInfo ObjectClassInfo { get; }

Property Value

Type Description
XPClassInfo

An XPClassInfo object which provides the metadata information for the objects within the collection.

See Also