SessionObjectLayer.LoadDelayedProperties(Session, Object, MemberPathCollection) Method
In This Article
Performs object layer specific operations that are required to load data to specific properties marked for delayed loading in a specified object.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
session | Session | A Session that is used to retrieve data for delayed properties. |
the |
Object | A persistent object containing delayed properties specified by the props. |
props | DevExpress. |
A Member |
#Returns
Type | Description |
---|---|
Object[] | An array of loaded property values that correspond to the props collection elements. |
See Also