XPBaseCollection.Load() Method
In This Article
Loads persistent objects of a specific type from the data store into the collection.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
#Remarks
The Load method is called automatically, to populate a collection with objects of a specific type from a data store. Generally there is no need to call this method directly.
To reload data from a data store to the collection, call the XPBaseCollection.Reload method.
Note
If the XPBase
See Also