XPCollection<T>.GetObjectClassInfo() Method
In This Article
Gets the metadata information for the persistent objects contained in the collection.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public override XPClassInfo GetObjectClassInfo()
#Returns
Type | Description |
---|---|
XPClass |
An XPClass |
#Remarks
This method supports the internal infrastructure and is not intended to be called directly from your code.
See Also