XPMemberInfo.CollectionElementType Property
Gets the XPClassInfo of the persistent object if the current member is a collection of these persistent objects.
Namespace: DevExpress.Xpo.Metadata
Assembly: DevExpress.Xpo.v20.2.dll
Declaration
Property Value
Type | Description |
---|---|
XPClassInfo | An XPClassInfo object which represents the type of a single element in the collection. null (Nothing in Visual Basic) if this XPMemberInfo object provides metadata for a member which is not a collection. |
See Also
Feedback