BaseObjectSpace.ReloadCollection(Object) Method
In This Article
Clears the specified collection.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
collection | Object | An Object that is the collection to be reloaded. |
#Remarks
Behavior of this method is overridden in descendants (see EFCoreObjectSpace.ReloadCollection and XPObjectSpace.ReloadCollection).
#Implements
See Also