SimpleObjectLayer.LoadDelayedProperties(Session, IList, XPMemberInfo) 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 ObjectDictionary<object> LoadDelayedProperties(
Session session,
IList objects,
XPMemberInfo property
)
#Parameters
Name | Type | Description |
---|---|---|
session | Session | A Session that is used to retrieve data for delayed properties. |
objects | IList | A list of persistent objects containing the delayed property specified by the property. |
property | XPMember |
An XPMember |
#Returns
Type | Description |
---|---|
DevExpress. |
An Object |
See Also