XPObjectSpace.ReloadCollection(Object) Method
Clears a collection, and marks it to be reloaded with data from the database.
Namespace: DevExpress.ExpressApp.Xpo
Assembly: DevExpress.ExpressApp.Xpo.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Xpo
Declaration
Parameters
Name | Type | Description |
---|---|---|
collection | Object | An Object that is the collection to be reloaded. |
Remarks
Generally, you do not need to use this method, since it is intended for internal use.
See Also