ISerializableObjectLayerEx.LoadDelayedProperties(XPDictionaryStub, XPObjectStubCollection, String) Method
When implemented by a class, loads data to a specific property marked for delayed loading in specified objects.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v25.1.dll
NuGet Package: DevExpress.Xpo
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| dictionary | XPDictionaryStub | An XPDictionaryStub object that is a metadata information provider. |
| objects | XPObjectStubCollection | An XPObjectStubCollection object which contains information on persistent objects containing the delayed property specified by the property. |
| property | String | A String value specifying a delayed property whose values are loaded. |
Returns
| Type | Description |
|---|---|
| DevExpress.Xpo.SerializableObjectLayerResult<Object[]> | A SerializableObjectLayerResult instance that exposes an array of loaded property values corresponding to the objects collection elements. |
See Also