Skip to main content
.NET 6.0+

SessionObjectLayer.LoadCollectionObjects(Session, XPMemberInfo, Object) Method

Performs object layer specific operations that are required to load a collection property using specified settings.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public object[] LoadCollectionObjects(
    Session session,
    XPMemberInfo refProperty,
    object owner
)

Parameters

Name Type Description
session Session

A Session that is used to load collection objects.

refProperty XPMemberInfo

The ownerObject‘s property that references a collection property.

owner Object

The object that owns the collection property.

Returns

Type Description
Object[]

An array of collection objects.

See Also