SerializableObjectLayerClient.LoadObjects(Session, ObjectsQuery[]) Method
In This Article
Performs object layer specific operations that are required to load persistent objects using specified settings.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public ICollection[] LoadObjects(
Session session,
ObjectsQuery[] queries
)
#Parameters
Name | Type | Description |
---|---|---|
session | Session | A Session that is used to load persistent objects. |
queries | Objects |
An array of Objects |
#Returns
Type | Description |
---|---|
ICollection[] | An array of object collections that correspond to the queries. |
#Implements
See Also