Session.BulkLoad(XPBaseCollection[]) Method
This method loads XPBaseCollection objects passed as parameters.
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 |
---|---|---|
collections | XPBaseCollection[] | An array of collections to be populated. |
Remarks
The result is the same as if calling the XPBaseCollection.Load method for each collection individually. This method is intended to simplify loading multiple collections when lazy loading is not appropriate.
See Also