SerializableObjectLayer.LoadCollectionObjects(XPDictionaryStub, String, XPObjectStub) Method
In This Article
Performs object layer specific operations that are required to load a collection property using specified settings.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public SerializableObjectLayerResult<XPObjectStubCollection> LoadCollectionObjects(
XPDictionaryStub dictionary,
string refPropertyName,
XPObjectStub ownerObject
)
#Parameters
Name | Type | Description |
---|---|---|
dictionary | XPDictionary |
An XPDictionary |
ref |
String | A String value specifying the owner |
owner |
XPObject |
An XPObject |
#Returns
Type | Description |
---|---|
DevExpress. |
A DevExpress. |
See Also