Skip to main content
.NET Framework 4.6.2+

XPCollection<T>.GetObjectClassInfo() Method

Gets the metadata information for the persistent objects contained in the collection.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v24.2.dll

Declaration

public override XPClassInfo GetObjectClassInfo()

Returns

Type Description
XPClassInfo

An XPClassInfo object associated with the T type.

Remarks

This method supports the internal infrastructure and is not intended to be called directly from your code.

See Also