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

SerializableObjectLayer.LoadCollectionObjects(XPDictionaryStub, String, XPObjectStub) Method

Performs object layer specific operations that are required to load a collection property using specified settings.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

public SerializableObjectLayerResult<XPObjectStubCollection> LoadCollectionObjects(
    XPDictionaryStub dictionary,
    string refPropertyName,
    XPObjectStub ownerObject
)

Parameters

Name Type Description
dictionary XPDictionaryStub

An XPDictionaryStub object that is a metadata information provider.

refPropertyName String

A String value specifying the ownerObject‘s property that references a collection property.

ownerObject XPObjectStub

An XPObjectStub specifying the object that owns the collection property.

Returns

Type Description
DevExpress.Xpo.SerializableObjectLayerResult<XPObjectStubCollection>

A DevExpress.Xpo.SerializableObjectLayerResult`1<XPObjectStubCollection,> object which contains information on collection objects.

See Also