SimpleObjectLayer.LoadDelayedProperties(Session, Object, MemberPathCollection) Method
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.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Parameters
Name | Type | Description |
---|---|---|
session | Session | A Session that is used to retrieve data for delayed properties. |
theObject | Object | A persistent object containing delayed properties specified by the props. |
props | DevExpress.Xpo.Metadata.Helpers.MemberPathCollection | A MemberPathCollection object containing member paths of delayed properties whose values are loaded. |
Returns
Type | Description |
---|---|
Object[] | An array of loaded property values that correspond to the props collection elements. |