SerializableObjectLayer.LoadDelayedProperties(XPDictionaryStub, XPObjectStubCollection, String) Method
In This Article
Performs object layer specific operations that are required to load data to a specific property marked for delayed loading in specified objects.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public SerializableObjectLayerResult<object[]> LoadDelayedProperties(
XPDictionaryStub dictionary,
XPObjectStubCollection objects,
string property
)
#Parameters
Name | Type | Description |
---|---|---|
dictionary | XPDictionary |
An XPDictionary |
objects | XPObject |
An XPObject |
property | String | A String value specifying a delayed property whose values are loaded. |
#Returns
Type | Description |
---|---|
DevExpress. |
A Serializable |
See Also